aboutsummaryrefslogtreecommitdiffstats
path: root/generic/examples/simple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generic/examples/simple.sh')
-rwxr-xr-xgeneric/examples/simple.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/examples/simple.sh b/generic/examples/simple.sh
new file mode 100755
index 00000000..ed800639
--- /dev/null
+++ b/generic/examples/simple.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+set -ex
+yosys -p "tcl ../synth/synth_generic.tcl 4 blinky.json" blinky.v
+../../nextpnr-generic --pre-pack simple.py --json blinky.json --post-route report.py \ No newline at end of file