commit | 8ff945884147b76002c6d62aedd00adc8af43832 | [log] [tgz] |
---|---|---|
author | Mathis Salmen <mathis.salmen@matsal.de> | Sun Nov 27 19:25:22 2022 +0100 |
committer | Mathis Salmen <mathis.salmen@matsal.de> | Sun Nov 27 19:25:22 2022 +0100 |
tree | d3723cce18b80e4db46946a6020ca14b93670dde | |
parent | 26332ea78fb8a50b683342638de9d72c60d91c5f [diff] |
Tapeout
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.