|
|
|
|
|
by huyage
229 days ago
|
|
If I want to do systems research that needs a simple and synthesizable RISC-V design, what are some good options? BOOM seems to be pretty complicated and I don't really need the out-of-order execution. I also want to be able to run it on a cheap FPGA, something like Artix A7. |
|
If you want something very tiny and completely understandable, and don't mind that it's 32 bit, then PicoRV32 (https://github.com/YosysHQ/picorv32).