mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 08:41:38 +00:00
Add test PicoRV32 build script
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
1
ice40/.gitignore
vendored
1
ice40/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
/blinky_chip.v
|
||||
/blinky_tb
|
||||
/blinky_tb.vcd
|
||||
/picorv32.v
|
||||
/chipdbs/
|
||||
|
||||
6
ice40/picorv32.sh
Executable file
6
ice40/picorv32.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
rm -f picorv32.v
|
||||
wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v
|
||||
yosys -p 'synth_ice40 -nocarry -json picorv32.json -top picorv32' picorv32.v
|
||||
../nextpnr-ice40 --hx8k --asc picorv32.asc --json picorv32.json
|
||||
Reference in New Issue
Block a user