Open Kooscii opened 6 years ago
Modified the entity ports definition. Added synchronous-write function. @SandyHuang119
According to the project requirement, write function is still needed. Please add it to the design. @SandyHuang119
- Support changing the program while your processor is running on the FPGA.
Byte-addressing
memory blockinst = INST_MEM[addr:addr+4]
INST_MEM[addr:addr+4] = wd
whenrising_edge(w_clk)
Progress