OpenCores
URL https://opencores.org/ocsvn/pltbutils/pltbutils/trunk

Subversion Repositories pltbutils

[/] [pltbutils/] [trunk/] [sim/] [xsim_tb_pltbutils/] [bin/] [tc1.bat] - Blame information for rev 109

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 109 pela
@echo off
2
set tb_name=tb_pltbutils
3
set libname=xil_defaultlib
4
 
5
call xelab -prj ..\bin\%tb_name%.prj -s %tb_name% %libname%.%tb_name%
6
::echo xelab error level: %errorlevel%
7
if %errorlevel% equ 0 (
8
  call xsim -runall %tb_name%
9
)
10
echo Error level (0 is good): %errorlevel%

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.