From deb0a4f64585c4ec061fe0726e9d9adbc38a2d83 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 12 Jul 2021 02:02:27 +0200 Subject: Update the artifact description --- scripts/run-vivado.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/run-vivado.sh (limited to 'scripts/run-vivado.sh') diff --git a/scripts/run-vivado.sh b/scripts/run-vivado.sh new file mode 100755 index 0000000..117054d --- /dev/null +++ b/scripts/run-vivado.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +benchmark=./$1/$2 +echo $benchmark + + cp ./synth.tcl $benchmark/. 2>/dev/null + cd $benchmark || exit 1 + vivado -mode batch -source synth.tcl >vivado.log 2>&1 -- cgit