diff options
Diffstat (limited to 'machxo2/examples/simple.sh')
-rw-r--r-- | machxo2/examples/simple.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machxo2/examples/simple.sh b/machxo2/examples/simple.sh new file mode 100644 index 00000000..425bc6ff --- /dev/null +++ b/machxo2/examples/simple.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -ex +yosys -p "tcl ../synth/synth_generic.tcl 4 blinky.json" blinky.v +${NEXTPNR:-../../nextpnr-machxo2} --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py --write pnrblinky.json +yosys -p "read_verilog -lib ../synth/prims.v; read_json pnrblinky.json; dump -o blinky.il; show -format png -prefix blinky" |