summaryrefslogtreecommitdiff
path: root/tests/xsthammer/run-vivado.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-07-03 11:19:18 +0200
committerClifford Wolf <clifford@clifford.at>2013-07-03 11:19:18 +0200
commit28539541edc2df0c5e27034281cc20fe92ccb699 (patch)
treeb4f916504f5ab623123c6a54ab09e3db7ae0fef9 /tests/xsthammer/run-vivado.sh
parenta5fe2565b72c3e80f981a9694072233876bf7c9a (diff)
Progress in xsthammer
Diffstat (limited to 'tests/xsthammer/run-vivado.sh')
-rw-r--r--tests/xsthammer/run-vivado.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/xsthammer/run-vivado.sh b/tests/xsthammer/run-vivado.sh
index 87ee53cb..e8f57485 100644
--- a/tests/xsthammer/run-vivado.sh
+++ b/tests/xsthammer/run-vivado.sh
@@ -18,9 +18,8 @@ cat > $job.tcl <<- EOT
write_verilog ../../vivado/$job.v
EOT
-. /opt/Xilinx/14.5/ISE_DS/settings64.sh
-
-vivado -mode batch -source $job.tcl
+/opt/Xilinx/Vivado/2013.2/bin/vivado -mode batch -source $job.tcl
+sync
exit 0