mirror of https://github.com/YosysHQ/picorv32.git
Added simple icestorm script (not a real example yet)
This commit is contained in:
parent
8590c7d2a8
commit
982e5cc600
|
@ -0,0 +1,2 @@
|
||||||
|
synth.blif
|
||||||
|
synth.log
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -ex
|
||||||
|
yosys -ql synth.log -p 'synth_ice40 -blif synth.blif' ../../picorv32.v
|
||||||
|
arachne-pnr -d 8k -o synth.txt synth.blif
|
||||||
|
icepack synth.txt synth.bin
|
Loading…
Reference in New Issue