Kooscii / ahd_processor_design

0 stars 0 forks source link

ALU design & test #3

Open Kooscii opened 6 years ago

Kooscii commented 6 years ago
result : out STD_LOGIC_VECTOR (31 downto 0);
eq : out STD_LOGIC;
lt : out STD_LOGIC;
op1 : in STD_LOGIC_VECTOR (31 downto 0);
op2 : in STD_LOGIC_VECTOR (31 downto 0);
funct : in STD_LOGIC_VECTOR (2 downto 0));

Progress

luny0303 commented 6 years ago

luny0303