aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/synth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/synth.sh')
-rwxr-xr-xscripts/synth.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/synth.sh b/scripts/synth.sh
index b1c2696..d459dd3 100755
--- a/scripts/synth.sh
+++ b/scripts/synth.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/usr/bin/env bash
set -x
@@ -24,9 +24,9 @@ fi
echo "copying directory structure from $source to $output"
mkdir -p $output
-rsync -am --include '*/' --include '*.v' --exclude '*' $source/ $output/
+rsync -am --include '*/' --include '*.sv' --exclude '*' $source/ $output/
echo "executing $parallel runs in parallel"
-cat $scriptsdir/../benchmarks/polybench-syn/benchmark-list-master | \
+cat ./benchmark-list-master | \
xargs --max-procs=$parallel --replace=% \
$scriptsdir/synth-ssh.sh 0 % $output