forked from tanchou/Verilog
init semaine 7
This commit is contained in:
9
Semaine_7/DHT11/project.bat
Normal file
9
Semaine_7/DHT11/project.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@call c:\oss-cad-suite\environment.bat
|
||||
@echo off
|
||||
|
||||
mkdir runs
|
||||
|
||||
if "%1"=="sim" call scripts\windows\simulate.bat
|
||||
if "%1"=="wave" call scripts\windows\gtkwave.bat
|
||||
if "%1"=="clean" call scripts\windows\clean.bat
|
||||
if "%1"=="build" call scripts\windows\build.bat
|
Reference in New Issue
Block a user