r
/
pong
1
Fork 0
pong/Project.sim/sim_2/behav/simulate.bat

10 lines
300 B
Batchfile
Raw Normal View History

2015-10-01 13:54:04 +00:00
@echo off
set xv_path=C:\\Xilinx\\Vivado\\2014.4\\bin
call %xv_path%/xsim project_screentest_behav -key {Behavioral:sim_2:Functional:project_screentest} -tclbatch project_screentest.tcl -log simulate.log
if "%errorlevel%"=="0" goto SUCCESS
if "%errorlevel%"=="1" goto END
:END
exit 1
:SUCCESS
exit 0