diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2023-03-09 11:05:20 +0100 |
---|---|---|
committer | myrtle <gatecat@ds0.me> | 2023-03-16 13:37:23 +0100 |
commit | 26798038fe5dc3f9063cd1cc11e67f64df582c3a (patch) | |
tree | b2c57cbd671f8d1069c34c9a3004d6904f56f7e8 /machxo2/examples/mitertest.sh | |
parent | 7ad9914e519d465cfb36e0114a644e2d03c6f4fa (diff) | |
download | nextpnr-26798038fe5dc3f9063cd1cc11e67f64df582c3a.tar.gz nextpnr-26798038fe5dc3f9063cd1cc11e67f64df582c3a.tar.bz2 nextpnr-26798038fe5dc3f9063cd1cc11e67f64df582c3a.zip |
Fix examples
Diffstat (limited to 'machxo2/examples/mitertest.sh')
-rw-r--r-- | machxo2/examples/mitertest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/examples/mitertest.sh b/machxo2/examples/mitertest.sh index b7ec2695..161eaa88 100644 --- a/machxo2/examples/mitertest.sh +++ b/machxo2/examples/mitertest.sh @@ -73,7 +73,7 @@ set -ex ${YOSYS:-yosys} -p "read_verilog ${1}.v synth_machxo2 -json ${1}.json" -${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --1200 --package QFN32 --json ${1}.json --write ${2}${1}.json +${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --device LCMXO2-1200HC-4SG32C --json ${1}.json --write ${2}${1}.json ${YOSYS:-yosys} -p "read_verilog -lib +/machxo2/cells_sim.v read_json ${2}${1}.json clean -purge |