aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/syn-remote.sh
diff options
context:
space:
mode:
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