diff options
Diffstat (limited to 'machxo2/examples/simple.sh')
-rw-r--r-- | machxo2/examples/simple.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machxo2/examples/simple.sh b/machxo2/examples/simple.sh index 7f973033..9eb06886 100644 --- a/machxo2/examples/simple.sh +++ b/machxo2/examples/simple.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -ex -yosys -p "tcl ../synth/synth_machxo2.tcl 4 blinky.json" blinky.v +${YOSYS:yosys} -p "synth_machxo2 -json blinky.json" blinky.v ${NEXTPNR:-../../nextpnr-machxo2} --json blinky.json --write pnrblinky.json -yosys -p "read_verilog -lib ../synth/prims.v; read_json pnrblinky.json; dump -o blinky.il; show -format png -prefix blinky" +${YOSYS:yosys} -p "read_verilog -lib +/machxo2/cells_sim.v; read_json pnrblinky.json; dump -o blinky.il; show -format png -prefix blinky" |