summaryrefslogtreecommitdiff
path: root/tests/realmath/run-test.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-06-15 08:48:41 +0200
committerClifford Wolf <clifford@clifford.at>2014-06-15 08:48:41 +0200
commit656685fa31b54cebf0210518d3cac8aa496dddd7 (patch)
tree6738f9fd818e70059f30cc0f7cea69a8867ea8bb /tests/realmath/run-test.sh
parent7f57bc838517a5660beaf0645d7bb4cc6ed71ce9 (diff)
Improved realmath test bench
Diffstat (limited to 'tests/realmath/run-test.sh')
-rwxr-xr-xtests/realmath/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/realmath/run-test.sh b/tests/realmath/run-test.sh
index 9568cdd6..48e87417 100755
--- a/tests/realmath/run-test.sh
+++ b/tests/realmath/run-test.sh
@@ -13,7 +13,7 @@ for ((i = 0; i < 100; i++)); do
idx=$( printf "%05d" $i )
../../../yosys -q uut_${idx}.ys
iverilog -o uut_${idx}_tb uut_${idx}_tb.v uut_${idx}.v uut_${idx}_syn.v
- ./uut_${idx}_tb > uut_${idx}.log
+ ./uut_${idx}_tb
done
echo