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