This is the first time I put multiple entities in one file... and I get an error. This is the code:
entity sbox1 is
PORT(
sel: in std_logic_vector(0 to 5);
retval: out std_logic_vector(0 to 3)
);
end sbox1;
entity sbox2 is
PORT(
sel: in std_logic_vector(0 to 5);
retval: out...
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.