mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
.. | ||
.gitignore | ||
firmware.c | ||
firmware.lds | ||
firmware.S | ||
Makefile | ||
picorv32_presyn.ys | ||
picorv32_regs.txt | ||
README | ||
testbench.v |
A simple example for how to use Yosys to "pre-synthesize" PicoRV32 in a way that can utilize an external memory module for the register file. See also: https://github.com/cliffordwolf/picorv32/issues/30