diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-14 11:42:19 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-14 11:42:19 -0700 |
commit | 00711ba213dde8aa0a099d2b18d3da0a33e6af79 (patch) | |
tree | 612f616ebbf8080b5dc9cb5d64a8062e9aa3a498 /fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.sh | |
parent | 5de0bfce3f03cc45a1eed93dc1b8df1b188b5040 (diff) | |
download | uhd-00711ba213dde8aa0a099d2b18d3da0a33e6af79.tar.gz uhd-00711ba213dde8aa0a099d2b18d3da0a33e6af79.tar.bz2 uhd-00711ba213dde8aa0a099d2b18d3da0a33e6af79.zip |
fpga: updating b200 and x300 FPGA source code for latest images
Diffstat (limited to 'fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.sh')
-rwxr-xr-x | fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.sh | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.sh b/fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.sh new file mode 100755 index 000000000..48861c686 --- /dev/null +++ b/fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.sh @@ -0,0 +1,26 @@ +#!/bin/sh + +# +# PlanAhead(TM) +# launch.sh: a PlanAhead-generated ExploreAhead Script for UNIX +# Copyright 1986-1999, 2001-2012 Xilinx, Inc. All Rights Reserved. +# + +HD_LDIR=`dirname "$0"` + +# *** Create Queue Clues +HD_RUNDIR="$HD_LDIR/../impl_1" +if [ -d "$HD_RUNDIR" ] +then +/bin/touch "$HD_RUNDIR/.ISE.queue.rst" +fi + + +# *** Launch Runs (one at a time) +HD_RUNSH="$HD_LDIR/../impl_1/runme.sh" +if [ -f "$HD_RUNSH" ] +then +"$HD_RUNSH" +fi + + |