mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
10 lines
191 B
Bash
10 lines
191 B
Bash
#!/bin/bash
|
|
|
|
# modelsim_compile.sh
|
|
# Konstantin Pavlov, pavlovconst@gmail.com
|
|
#
|
|
# This is a support script for launching "Modelsim compile script" on Linux
|
|
|
|
|
|
vsim -do modelsim_compile.tcl
|