aboutsummaryrefslogtreecommitdiffstats
path: root/generic/examples/simple.sh
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-04-17 11:00:23 +0100
committerDavid Shah <dave@ds0.me>2019-04-17 11:00:23 +0100
commit48c4c1ed0561e643a591ed7fca21c69954abd8d2 (patch)
treee5a91b0f2f5b090a0109a278343c54e34b5dada0 /generic/examples/simple.sh
parent90ceb829f347372975310d40d2bb6bade0352890 (diff)
downloadnextpnr-48c4c1ed0561e643a591ed7fca21c69954abd8d2.tar.gz
nextpnr-48c4c1ed0561e643a591ed7fca21c69954abd8d2.tar.bz2
nextpnr-48c4c1ed0561e643a591ed7fca21c69954abd8d2.zip
generic/examples: Add FASM writer Python script
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'generic/examples/simple.sh')
-rwxr-xr-xgeneric/examples/simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/examples/simple.sh b/generic/examples/simple.sh
index 2e8d6180..576a6418 100755
--- a/generic/examples/simple.sh
+++ b/generic/examples/simple.sh
@@ -1,4 +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 --pre-place simple_timing.py --json blinky.json --post-route report.py \ No newline at end of file
+../../nextpnr-generic --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py \ No newline at end of file