diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-06-15 08:48:41 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-06-15 08:48:41 +0200 |
commit | 656685fa31b54cebf0210518d3cac8aa496dddd7 (patch) | |
tree | 6738f9fd818e70059f30cc0f7cea69a8867ea8bb /tests/realmath/run-test.sh | |
parent | 7f57bc838517a5660beaf0645d7bb4cc6ed71ce9 (diff) |
Improved realmath test bench
Diffstat (limited to 'tests/realmath/run-test.sh')
-rwxr-xr-x | tests/realmath/run-test.sh | 2 |
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 |