Kooscii / ahd_processor_design

0 stars 0 forks source link

Control Unit (Instruction Decoder) design & test #4

Open Kooscii opened 6 years ago

Kooscii commented 6 years ago
lw : out STD_LOGIC;
sw : out STD_LOGIC;
branch : out STD_LOGIC;
bnc_type : out STD_LOGIC_VECTOR (1 downto 0);
jump : out STD_LOGIC;
funct : out STD_LOGIC_VECTOR (2 downto 0);
op2src : out STD_LOGIC;
regdst : out STD_LOGIC;
regwrt : out STD_LOGIC;
inst : in STD_LOGIC_VECTOR (31 downto 0));

Progress