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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.