mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
11 lines
373 B
Batchfile
11 lines
373 B
Batchfile
@echo off
|
|
rem ------------------------------------------------------------------------------
|
|
rem modelsim_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 modelsim_compile.tcl
|