Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

Alu

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...