diff options
author | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-30 08:53:35 +0300 |
---|---|---|
committer | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-30 08:53:35 +0300 |
commit | 20f4aea480e259272360f4c77667a9e1828986e8 (patch) | |
tree | a930584e18c0dc5c142f5384c7d684cb1d0cce15 /tests | |
parent | 5dda8f39a6b13610084d259e5490604380350eba (diff) | |
download | yosys-20f4aea480e259272360f4c77667a9e1828986e8.tar.gz yosys-20f4aea480e259272360f4c77667a9e1828986e8.tar.bz2 yosys-20f4aea480e259272360f4c77667a9e1828986e8.zip |
Remove simulation from run-test.sh
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ice40/run-test.sh | 6 |
1 files changed, 0 insertions, 6 deletions
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 |