aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/syn-remote.sh
diff options
context:
space:
mode:
authorNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-11 19:47:42 +0000
committerNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-11 19:47:42 +0000
commit95861dbef966e2cb612b303615681fc29c3acd3d (patch)
treee3bff372bdb4b769ec6fb54077e30bda406ef9ee /benchmarks/polybench-syn/syn-remote.sh
parent47bad8cabe00a40723ce04852d02e7527473f3c3 (diff)
downloadvericert-95861dbef966e2cb612b303615681fc29c3acd3d.tar.gz
vericert-95861dbef966e2cb612b303615681fc29c3acd3d.zip
polybench edits
Diffstat (limited to 'benchmarks/polybench-syn/syn-remote.sh')
-rwxr-xr-xbenchmarks/polybench-syn/syn-remote.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/polybench-syn/syn-remote.sh b/benchmarks/polybench-syn/syn-remote.sh
index 79d4824..879db2e 100755
--- a/benchmarks/polybench-syn/syn-remote.sh
+++ b/benchmarks/polybench-syn/syn-remote.sh
@@ -24,7 +24,7 @@ cd ..
if [ $count -eq 4 ]
then
- echo "I am here"
+echo "I am here"
wait
count=0
fi
@@ -33,13 +33,13 @@ done < syn-list
if [ $count -lt 4 ]
then
- wait
+wait
fi
#extract
while read benchmark ; do
cd $benchmark
-echo $(pwd)
+ echo $(pwd)
freq=$(grep MHz syn.sta.rpt | tail -2 | head -1 | awk '{print $2}')
lut=$(sed -n -e 8p syn.fit.summary | awk '{print $6}' | sed 's/,//g')
regs=$(sed -n -e 9p syn.fit.summary | awk '{print $4}')
@@ -47,5 +47,5 @@ echo $(pwd)
dsp=$(sed -n -e 14p syn.fit.summary | awk '{print $5}')
cd ..
echo $benchmark","$freq","$lut","$regs","$bram","$dsp >> results
- done < syn-list
+done < syn-list