commit | 26332ea78fb8a50b683342638de9d72c60d91c5f | [log] [tgz] |
---|---|---|
author | Mathis Salmen <mathis.salmen@matsal.de> | Wed Nov 23 19:42:31 2022 +0100 |
committer | Mathis Salmen <mathis.salmen@matsal.de> | Wed Nov 23 19:42:31 2022 +0100 |
tree | 14f49ed7147ae61926d5c4f8832b68fda160e894 | |
parent | 39279e5db787dad301c2d078125ea1f0badf632f [diff] |
Re-hardened with gpio defaults
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.