From: SergeyDegtyar Date: Fri, 30 Aug 2019 05:53:35 +0000 (+0300) Subject: Remove simulation from run-test.sh X-Git-Tag: working-ls180~1084^2~9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20f4aea480e259272360f4c77667a9e1828986e8;p=yosys.git Remove simulation from run-test.sh --- diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh index 941dcaecd..acfd582d2 100755 --- a/tests/ice40/run-test.sh +++ b/tests/ice40/run-test.sh @@ -13,12 +13,6 @@ for x in *.ys; do echo "run-$x:" echo " @echo 'Running $x..'" echo " @../../yosys -ql ${x%.ys}.log $x -w 'Yosys has only limited support for tri-state logic at the moment.'" - - if [ -f "${x%.ys}_tb.v" ]; then - echo " @echo 'Running ${x%.ys}_tb.v..'" - echo " @iverilog -o ${x%.ys}_testbench $t ${x%.ys}_synth.v common.v $TECHLIBS_PREFIX/ice40/cells_sim.v" - echo " @vvp -N ${x%.ys}_testbench" - fi done #for s in *.sh; do