From ec4a9685abf0fd7d7b2cfecc5dbfc09b963b6ea8 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 5 Dec 2020 00:38:00 -0500 Subject: machxo2: Initialize Arch context with device type and package. --- machxo2/examples/simtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machxo2/examples/simtest.sh') diff --git a/machxo2/examples/simtest.sh b/machxo2/examples/simtest.sh index ff35bbd6..53f2e728 100644 --- a/machxo2/examples/simtest.sh +++ b/machxo2/examples/simtest.sh @@ -26,7 +26,7 @@ set -ex ${YOSYS:-yosys} -p "read_verilog blinky.v synth_machxo2 -json blinky.json show -format png -prefix blinky" -${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --1200 --no-iobs --json blinky.json --write ${1}blinky.json +${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --1200 --package QFN32 --no-iobs --json blinky.json --write ${1}blinky.json ${YOSYS:-yosys} -p "read_verilog -lib +/machxo2/cells_sim.v read_json ${1}blinky.json clean -purge -- cgit v1.2.3