Fix examples
This commit is contained in:
parent
7ad9914e51
commit
26798038fe
@ -19,6 +19,6 @@ set -ex
|
||||
${YOSYS:-yosys} -p "ghdl --std=08 prims.vhd ${1}.vhd -e;
|
||||
attrmap -tocase LOC
|
||||
synth_machxo2 -json ${1}-vhdl.json"
|
||||
${NEXTPNR:-../../nextpnr-machxo2} --1200 --package QFN32 --json $1-vhdl.json --textcfg $1-vhdl.txt
|
||||
${NEXTPNR:-../../nextpnr-machxo2} --device LCMXO2-1200HC-4SG32C --json $1-vhdl.json --textcfg $1-vhdl.txt
|
||||
ecppack --compress $DB_ARG $1-vhdl.txt $1-vhdl.bit
|
||||
tinyproga -b $1-vhdl.bit
|
||||
|
@ -16,7 +16,7 @@ fi
|
||||
|
||||
set -ex
|
||||
|
||||
${YOSYS:-yosys} -p "synth_machxo2 -json $1.json" $1.v
|
||||
${NEXTPNR:-../../nextpnr-machxo2} --1200 --package QFN32 --json $1.json --textcfg $1.txt
|
||||
${YOSYS:-yosys} -p "read_verilog $1.v; synth_machxo2 -json $1.json"
|
||||
${NEXTPNR:-../../nextpnr-machxo2} --device LCMXO2-1200HC-4SG32C --json $1.json --textcfg $1.txt
|
||||
ecppack --compress $DB_ARG $1.txt $1.bit
|
||||
tinyproga -b $1.bit
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@ set -ex
|
||||
${YOSYS:-yosys} -p "read_verilog ${1}.v
|
||||
synth_machxo2 -json ${1}.json
|
||||
show -format png -prefix ${1}"
|
||||
${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
|
||||
|
@ -30,7 +30,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
|
||||
|
Loading…
Reference in New Issue
Block a user