aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-17 11:28:40 +0000
committerNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-17 11:28:40 +0000
commit080e57abd5cacf0eb8c9773af32700f035935593 (patch)
tree330f4a2371b11b34f22f16df677ebc5891e8e043 /benchmarks
parentc1ed2726725dc60f5c96d7aa7952b26136388bdd (diff)
downloadvericert-kvx-080e57abd5cacf0eb8c9773af32700f035935593.tar.gz
vericert-kvx-080e57abd5cacf0eb8c9773af32700f035935593.zip
removing optimisation flag
Diffstat (limited to 'benchmarks')
-rwxr-xr-xbenchmarks/polybench-syn/run-vericert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/polybench-syn/run-vericert.sh b/benchmarks/polybench-syn/run-vericert.sh
index 469fef1..29f7775 100755
--- a/benchmarks/polybench-syn/run-vericert.sh
+++ b/benchmarks/polybench-syn/run-vericert.sh
@@ -8,7 +8,7 @@ while read benchmark ; do
./$benchmark.o > $benchmark.clog
cresult=$(cat $benchmark.clog | cut -d' ' -f2)
echo "C output: "$cresult
- { time ../../bin/vericert -DSYNTHESIS -O0 -finline --debug-hls $benchmark.c -o $benchmark.v ; } 2> $benchmark.comp
+ { time ../../bin/vericert -DSYNTHESIS -finline --debug-hls $benchmark.c -o $benchmark.v ; } 2> $benchmark.comp
iverilog -o $benchmark.iver -- $benchmark.v
./$benchmark.iver > $benchmark.tmp
veriresult=$(tail -1 $benchmark.tmp | cut -d' ' -f2)