commit | 90026dd0deed450a7e81046fd388fb0ac53e33b2 | [log] [tgz] |
---|---|---|
author | Mathis Salmen <mathis.salmen@matsal.de> | Mon Nov 28 23:57:23 2022 +0100 |
committer | Mathis Salmen <mathis.salmen@matsal.de> | Mon Nov 28 23:57:23 2022 +0100 |
tree | 98d1fad4c0250967d1c8be7e54b19f2b41c364f2 | |
parent | 8ff945884147b76002c6d62aedd00adc8af43832 [diff] |
Re-harden
SoomRV is a simple superscalar Out-of-Order RISC-V microprocessor. It can execute up to 4 Instructions per cycle completely out of order, and also supports speculative execution and precise exceptions.
The Verilog source files can be found in verilog/rtl
. These are converted from SystemVerilog via zachjs' sv2v, the original SystemVerilog source code is available here.