commit | 52d5fee7819129279d3f9c6bba1446c6919b672b | [log] [tgz] |
---|---|---|
author | Mathis Salmen <mathis.salmen@matsal.de> | Sun Dec 04 01:50:16 2022 +0100 |
committer | Mathis Salmen <mathis.salmen@matsal.de> | Sun Dec 04 01:50:16 2022 +0100 |
tree | 570e1e4ebbee60847d4ccf5ca09a5cc81a5ee176 | |
parent | 258aa6f7a55cbf30da7b3560ab44bce43f80cb91 [diff] |
Updated readme
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.