mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
11 lines
355 B
Batchfile
11 lines
355 B
Batchfile
@echo off
|
|
rem ------------------------------------------------------------------------------
|
|
rem compile.bat
|
|
rem Konstantin Pavlov, pavlovconst@gmail.com
|
|
rem
|
|
rem This is a support script for launching "Modelsim compile script" on Windows
|
|
rem ------------------------------------------------------------------------------
|
|
|
|
|
|
modelsim.exe -do compile.tcl
|