picorv32/scripts/presyn
Clifford Wolf 42b4397390 Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
..
.gitignore Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
Makefile Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
README Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
firmware.S Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
firmware.c Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
firmware.lds Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
picorv32_presyn.ys Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
picorv32_regs.txt Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00
testbench.v Add scripts/presyn/ example 2017-02-09 15:15:46 +01:00

README

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