diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-14 11:42:44 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-14 11:42:44 -0700 |
commit | 07d310ddd370d7b1cc276e44b409ecec4087eaf7 (patch) | |
tree | becabccbda2934bd3881363c0be83f701ce1ae9a /fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/runme.bat | |
parent | 4c3d945a0b6a88092133e46ef80f3257f39a2a48 (diff) | |
parent | 00711ba213dde8aa0a099d2b18d3da0a33e6af79 (diff) | |
download | uhd-07d310ddd370d7b1cc276e44b409ecec4087eaf7.tar.gz uhd-07d310ddd370d7b1cc276e44b409ecec4087eaf7.tar.bz2 uhd-07d310ddd370d7b1cc276e44b409ecec4087eaf7.zip |
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/runme.bat')
-rw-r--r-- | fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/runme.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/runme.bat b/fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/runme.bat new file mode 100644 index 000000000..4eed28871 --- /dev/null +++ b/fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/runme.bat @@ -0,0 +1,11 @@ +@echo off + +rem PlanAhead (TM) +rem runme.bat: a PlanAhead-generated Script +rem Copyright 1986-1999, 2001-2012 Xilinx, Inc. All Rights Reserved. + + +set HD_SDIR=%~dp0 +cd /d "%HD_SDIR%" +set PATH=%SYSTEMROOT%\system32;%PATH% +cscript /nologo /E:JScript "%HD_SDIR%\rundef.js" %* |