1
0
forked from tanchou/Verilog
Files
Verilog_Louis/Semaine_5/UART_ULTRASON_COMMANDS/project.bat

7 lines
212 B
Batchfile

@call c:\oss-cad-suite\environment.bat
@echo off
if "%1"=="sim" call scripts\simulate.bat
if "%1"=="wave" call scripts\gtkwave.bat
if "%1"=="clean" call scripts\clean.bat
if "%1"=="build" call scripts\build.bat