2015-06-22 05:35:48 -04:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
2015-07-04 10:34:18 -04:00
|
|
|
echo -n > firmware.hex
|
|
|
|
yosys -l synth.log -p 'synth_ice40 -top top -blif synth.blif' ../../picorv32.v top.v
|
2015-06-22 05:35:48 -04:00
|
|
|
arachne-pnr -d 8k -o synth.txt synth.blif
|
|
|
|
icepack synth.txt synth.bin
|