Added simple icestorm script (not a real example yet)

This commit is contained in:
Clifford Wolf 2015-06-22 11:35:48 +02:00
parent 8590c7d2a8
commit 982e5cc600
2 changed files with 7 additions and 0 deletions

2
scripts/icestorm/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
synth.blif
synth.log

View File

@ -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