commit | 6774e665e8059df37f5c31f35ad7b445973a21dc | [log] [tgz] |
---|---|---|
author | Mathis Salmen <mathis.salmen@matsal.de> | Mon Dec 05 09:14:42 2022 +0100 |
committer | Mathis Salmen <mathis.salmen@matsal.de> | Mon Dec 05 09:14:42 2022 +0100 |
tree | 7f6da179fdbbf8a415513447cc84943dc3aa9cf9 | |
parent | d9a00d8f8ce90d3b63cee7abf2441dcd762f4975 [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.