OpenCores
URL https://opencores.org/ocsvn/pltbutils/pltbutils/trunk

Subversion Repositories pltbutils

[/] [pltbutils/] [trunk/] [sim/] [modelsim_tb_example2/] [bin/] [comp.do] - Diff between revs 84 and 107

Show entire file | Details | Blame | View Log

Rev 84 Rev 107
Line 1... Line 1...
# comp.do
# comp.do
# ModelSim do-script for compiling design and testbench
# ModelSim do-script for compiling design and testbench
vlib work
if {![file exists $libname]} {
vcom -novopt -work work \
  vlib $libname
 
}
 
vcom -novopt -work $libname \
     ../../../examples/vhdl/rtl_example/dut_example.vhd \
     ../../../examples/vhdl/rtl_example/dut_example.vhd \
     ../../../src/vhdl/txt_util.vhd \
     ../../../src/vhdl/txt_util.vhd \
     ../../../src/vhdl/pltbutils_user_cfg_pkg.vhd \
     ../../../src/vhdl/pltbutils_user_cfg_pkg.vhd \
     ../../../src/vhdl/pltbutils_func_pkg.vhd \
     ../../../src/vhdl/pltbutils_func_pkg.vhd \
     ../../../src/vhdl/pltbutils_comp.vhd \
     ../../../src/vhdl/pltbutils_comp.vhd \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.