aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/synth-ssh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/synth-ssh.sh')
-rwxr-xr-xscripts/synth-ssh.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/synth-ssh.sh b/scripts/synth-ssh.sh
index fffb9f9..a6ce349 100755
--- a/scripts/synth-ssh.sh
+++ b/scripts/synth-ssh.sh
@@ -5,9 +5,10 @@
scriptsdir=$(dirname "$(readlink -f "$BASH_SOURCE")")
-bench=$1
-output=$2
-machine=ee-beholder1.ee.ic.ac.uk
+num=$1
+bench=$2
+output=$3
+machine=ee-beholder${num}.ee.ic.ac.uk
user=ymh15
files="$scriptsdir/synth.tcl $output/$bench.v"
log="$output/${bench}_synth.log"