From 4c1335f51e5b1bcaa3ba5092a7b400c7ab5c337d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 30 Jul 2015 10:15:48 +0200 Subject: Replaced calls to "python" with "python2" --- icefuzz/tests/colbuf.sh | 2 +- icefuzz/tests/colbuf_8k.sh | 2 +- icefuzz/tests/ioctrl.sh | 2 +- icefuzz/tests/test_pio.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'icefuzz/tests') diff --git a/icefuzz/tests/colbuf.sh b/icefuzz/tests/colbuf.sh index 61b31cc..c565015 100644 --- a/icefuzz/tests/colbuf.sh +++ b/icefuzz/tests/colbuf.sh @@ -1,7 +1,7 @@ #!/bin/bash # for f in colbuf_io.work/*.exp colbuf_logic.work/*.exp colbuf_ram.work/*.exp; do -# python colbuf.py $f +# python2 colbuf.py $f # done | sort -u > colbuf.txt get_colbuf_data() diff --git a/icefuzz/tests/colbuf_8k.sh b/icefuzz/tests/colbuf_8k.sh index b333075..aabcb0c 100644 --- a/icefuzz/tests/colbuf_8k.sh +++ b/icefuzz/tests/colbuf_8k.sh @@ -2,7 +2,7 @@ for f in colbuf_io_8k.work/*.exp colbuf_logic_8k.work/*.exp colbuf_ram_8k.work/*.exp; do echo $f >&2 - python colbuf.py $f + python2 colbuf.py $f done | sort -u > colbuf_8k.txt get_colbuf_data() diff --git a/icefuzz/tests/ioctrl.sh b/icefuzz/tests/ioctrl.sh index 77fdccf..84523fc 100644 --- a/icefuzz/tests/ioctrl.sh +++ b/icefuzz/tests/ioctrl.sh @@ -24,7 +24,7 @@ done set +x echo "--snip--" for pin in $pins; do - python ../ioctrl.py ioctrl_${pin}.exp + python2 ../ioctrl.py ioctrl_${pin}.exp done | tee ioctrl_db.txt echo "--snap--" diff --git a/icefuzz/tests/test_pio.sh b/icefuzz/tests/test_pio.sh index 4987259..0e50860 100644 --- a/icefuzz/tests/test_pio.sh +++ b/icefuzz/tests/test_pio.sh @@ -49,7 +49,7 @@ for OUTTYPE in 0000 0110 1010 1110 0101 1001 1101 \ EOT bash ../../icecube.sh ${pf}.v > ${pf}.log 2>&1 fi - python ../../../icebox/icebox_vlog.py -P ${pf}.psb ${pf}.txt > ${pf}_out.v + python2 ../../../icebox/icebox_vlog.py -P ${pf}.psb ${pf}.txt > ${pf}_out.v iverilog -D"VCDFILE=\"${pf}_tb.vcd\"" -DINTYPE=${INTYPE} -o ${pf}_tb \ -s testbench ../test_pio_tb.v ${pf}.v ${pf}_out.v $lattice_simlib 2> /dev/null ./${pf}_tb > ${pf}_tb.txt -- cgit v1.2.3