I'm about ready to pull my hair out! For the following code:
library BITLIB;
use BITLIB.bit_apack.all;
entity COUNTER is
port (a, b, c, d: in bit; x, y, z: out bit);
end entity;
architecture COUNT of COUNTER is
signal na, nb, nc, nd: bit;
begin
na <= NOT a;
nb <= NOT b;
nc <=...
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.