forked from tanchou/Verilog
Refactor project scripts for Windows and Linux: update paths and create new scripts for build, clean, simulate, and GTKWave functionalities.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@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
|
||||
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