Add test PicoRV32 build script
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
81a154ca5d
commit
821fb3a55d
1
ice40/.gitignore
vendored
1
ice40/.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/blinky_chip.v
|
/blinky_chip.v
|
||||||
/blinky_tb
|
/blinky_tb
|
||||||
/blinky_tb.vcd
|
/blinky_tb.vcd
|
||||||
|
/picorv32.v
|
||||||
/chipdbs/
|
/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
|
Loading…
Reference in New Issue
Block a user