ok... well i have no idea if this actually works or not... as my compiler does not recognise the command 'pin_numbers', so i can't simulate it and i dont have the resources to actually make it. since you have tried this already, im assuming yours does accept the command, so i wont bother...
if you dont mind my asking... how exactly do you display N and W on the 7 segment displays? when, for instance, the wind direction is north, then how is it displayed? " N ", "-N-", etc?
I too am new to VHDL, but probably the following way would help u out...
entity ACC is
generic (Delay: Time := 10 ns)
port ( CLK, RESET: in bit ;
-- bla bla bla
CFLG, ZFLG, NFLG, OFLOW : in Bit --instead of this use
flags_in: in Bit_vector( 7 downto 0); -- and...
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.