mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
Added simple icestorm script (not a real example yet)
This commit is contained in:
parent
8590c7d2a8
commit
982e5cc600
2 changed files with 7 additions and 0 deletions
2
scripts/icestorm/.gitignore
vendored
Normal file
2
scripts/icestorm/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
synth.blif
|
||||
synth.log
|
5
scripts/icestorm/build.sh
Normal file
5
scripts/icestorm/build.sh
Normal 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
|
Loading…
Reference in a new issue