diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-02-20 06:05:38 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-02-20 06:05:38 -0800 |
commit | 09882ad86432db5087f85764c02989dbfc70fd3f (patch) | |
tree | 303acff16086d4ecf74e2a800b1eba85e6325b71 /fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.bat | |
parent | 7fef199d194c9a63b3312845979fa353f90f4d23 (diff) | |
download | uhd-09882ad86432db5087f85764c02989dbfc70fd3f.tar.gz uhd-09882ad86432db5087f85764c02989dbfc70fd3f.tar.bz2 uhd-09882ad86432db5087f85764c02989dbfc70fd3f.zip |
fpga: removed superfluous B2x0 files
Diffstat (limited to 'fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.bat')
-rw-r--r-- | fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.bat | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.bat b/fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.bat deleted file mode 100644 index f95ac9bd2..000000000 --- a/fpga/usrp3/top/b200/planahead/planahead.runs/.jobs/job1.bat +++ /dev/null @@ -1,21 +0,0 @@ -@echo off - -rem PlanAhead(TM) -rem launch.bat: a PlanAhead-generated ExploreAhead Script -rem Copyright 1986-1999, 2001-2012 Xilinx, Inc. All Rights Reserved. - - -setlocal - -set HD_LDIR=%~dp0 - -rem *** Create Queue Clues -set HD_RUNDIR=%HD_LDIR%\../impl_1 -if exist "%HD_RUNDIR%" echo. > "%HD_RUNDIR%/.ISE.queue.rst" - - -rem *** Launch Runs (one at a time) -set HD_RUNBAT=%HD_LDIR%\../impl_1\runme.bat -if exist "%HD_RUNBAT%" call "%HD_RUNBAT%" %* - - |