Altera_Forum
Honored Contributor
16 years agohelp understanding code
What is "zero" doing in this program.
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
ENTITY alu8bit IS
port(a, b : in std_logic_vector(7 downto 0); -- a and b are buss...