Altera_Forum
Honored Contributor
17 years agoAlu
Hey all, This is my first experience with Quartus and VHDL and I am trying to make an ALU. Below is the code I have got so far. LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ie...