Kooscii / ahd_processor_design

0 stars 0 forks source link

Instruction memory design and test #6

Open Kooscii opened 6 years ago

Kooscii commented 6 years ago
inst : out STD_LOGIC_VECTOR (31 downto 0);
addr : in STD_LOGIC_VECTOR (31 downto 0));
wd : in STD_LOGIC_VECTOR (31 downto 0));
w_clk: in STD_LOGIC;

Progress

Kooscii commented 6 years ago

Modified the entity ports definition. Added synchronous-write function. @SandyHuang119

Kooscii commented 6 years ago

According to the project requirement, write function is still needed. Please add it to the design. @SandyHuang119

  1. Support changing the program while your processor is running on the FPGA.