12 lines
257 B
Batchfile
12 lines
257 B
Batchfile
@echo off
|
|
|
|
rem Vivado (TM)
|
|
rem runme.bat: a Vivado-generated Script
|
|
rem Copyright 1986-2020 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" %*
|