projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dda8f3
)
Remove simulation from run-test.sh
author
SergeyDegtyar
<sndegtyar@gmail.com>
Fri, 30 Aug 2019 05:53:35 +0000
(08:53 +0300)
committer
SergeyDegtyar
<sndegtyar@gmail.com>
Fri, 30 Aug 2019 05:53:35 +0000
(08:53 +0300)
tests/ice40/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/ice40/run-test.sh
b/tests/ice40/run-test.sh
index 941dcaecd01019d341464d5c2b139c3328c4a4e4..acfd582d2e0cb7fdf9be7882d6ecdd5a9f33044c 100755
(executable)
--- 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