diff options
author | William D. Jones <thor0505@comcast.net> | 2021-02-08 00:07:39 -0500 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-02-12 10:36:59 +0000 |
commit | 0aa472fb3adac0b76ef0b69831d5b83ff1200fe2 (patch) | |
tree | c69533dd8069cfd146d56483949d67dd14741c34 /machxo2/examples/demorgb.sh | |
parent | b9eb443e549ab8c81e0c6bc94538f9f2fe2821d4 (diff) | |
download | nextpnr-0aa472fb3adac0b76ef0b69831d5b83ff1200fe2.tar.gz nextpnr-0aa472fb3adac0b76ef0b69831d5b83ff1200fe2.tar.bz2 nextpnr-0aa472fb3adac0b76ef0b69831d5b83ff1200fe2.zip |
machxo2: Add prefix paramter to demo.sh.
Diffstat (limited to 'machxo2/examples/demorgb.sh')
-rw-r--r-- | machxo2/examples/demorgb.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/machxo2/examples/demorgb.sh b/machxo2/examples/demorgb.sh deleted file mode 100644 index f68db8c3..00000000 --- a/machxo2/examples/demorgb.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ ! -z ${TRELLIS_DB+x} ]; then - DB_ARG="--db $TRELLIS_DB" -fi - -${YOSYS:-yosys} -p 'synth_machxo2 -json rgbcount.json' rgbcount.v -${NEXTPNR:-../../nextpnr-machxo2} --1200 --package QFN32 --no-iobs --json rgbcount.json --textcfg rgbcount.txt -ecppack --compress $DB_ARG rgbcount.txt rgbcount.bit -tinyproga -b rgbcount.bit |