aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/icestorm/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/icestorm/build.sh')
-rw-r--r--scripts/icestorm/build.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/icestorm/build.sh b/scripts/icestorm/build.sh
deleted file mode 100644
index cdefd04..0000000
--- a/scripts/icestorm/build.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-set -ex
-echo -n > firmware.hex
-yosys -l synth.log -p 'synth_ice40 -top top -blif synth.blif' ../../picorv32.v top.v
-arachne-pnr -d 8k -o synth.txt synth.blif
-icepack synth.txt synth.bin