diff options
author | gatecat <gatecat@ds0.me> | 2021-12-17 07:11:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 07:11:31 +0000 |
commit | a12057777334be8e45e540c63c0da199a59489ba (patch) | |
tree | 2394fb1f6461efcffc7c7d169bf67d9ea414c369 /machxo2/examples/demo.sh | |
parent | d04cfd5f0f6da184f5b8a03f0ce18fbd1d98eca3 (diff) | |
parent | 064b6d808e9b91c93258a53ac1a18b3b84431545 (diff) | |
download | nextpnr-a12057777334be8e45e540c63c0da199a59489ba.tar.gz nextpnr-a12057777334be8e45e540c63c0da199a59489ba.tar.bz2 nextpnr-a12057777334be8e45e540c63c0da199a59489ba.zip |
Merge pull request #858 from cr1901/machxo2
MachXO2 Checkpoint 2
Diffstat (limited to 'machxo2/examples/demo.sh')
-rw-r--r-- | machxo2/examples/demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/examples/demo.sh b/machxo2/examples/demo.sh index 00cb0cd0..634fbb4d 100644 --- a/machxo2/examples/demo.sh +++ b/machxo2/examples/demo.sh @@ -17,6 +17,6 @@ fi set -ex ${YOSYS:-yosys} -p "synth_machxo2 -json $1.json" $1.v -${NEXTPNR:-../../nextpnr-machxo2} --1200 --package QFN32 --no-iobs --json $1.json --textcfg $1.txt +${NEXTPNR:-../../nextpnr-machxo2} --1200 --package QFN32 --json $1.json --textcfg $1.txt ecppack --compress $DB_ARG $1.txt $1.bit tinyproga -b $1.bit |