summaryrefslogtreecommitdiff
path: root/lab_4/SIM/run_sim_cli.bat
blob: 9aade53eb1e884474cd241da82476d374b746b4d (plain) (blame)
1
2
3
4
5
call C:\Xilinx\Vivado\2022.1\bin\xvlog -nolog -sv ../SRC/typedef_pkg.sv ../SRC/tb.sv ../SRC/duv.sv
if %ERRORLEVEL% EQU 0 call C:\Xilinx\Vivado\2022.1\bin\xelab -nolog -debug all testbench
if %ERRORLEVEL% EQU 0 call C:\Xilinx\Vivado\2022.1\bin\xsim testbench -R
REM Uncomment the next line to keep the cmd window open if executing batch file from Windows Explorer.
pause