Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloJacobo authored May 22, 2022
1 parent de683e8 commit 1565070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inside the `rtl` folder are the following:
- `rv32i_alu.v` = arithmetic logic unit [EXECUTE STAGE]
- `rv32i_memoryaccess.v` = logic controller for data memory access [MEMORYACCESS STAGE]
- `rv32i_writeback.v` = logic controller for determining the next `PC` and `rd` value [WRITEBACK STAGE]
- `rv32i_csr.v` = Zicsr extension module for all relevant CSRs [executes parallel to WRITEBACK STAGE]
- `rv32i_csr.v` = Zicsr extension module for all relevant CSRs [executes parallel to MEMORYACCESS STAGE]
- `rv32i_soc_TB.v` = testbench for `rv32i_soc`

Other files at the top directory:
Expand Down

0 comments on commit 1565070

Please sign in to comment.