Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 11a22b33c

    multiconnection of signals?

    How can I connect an internal signal in more than two entities? for example: lets have a signal: signal e: std_logic_vector(4 downto 0); begin count1: cnt port map(clk,en,reset,e); mux1: mux port map(e,s,f); --so as you see I used signal to connect a counter with a multiplexer. But...

Part and Inventory Search

Back
Top