Visible to Intel only — GUID: mwb1671466204484
Ixiasoft
Visible to Intel only — GUID: mwb1671466204484
Ixiasoft
3.3.3.1. Elaboration Example 1: Elaborate the Test Top-level Testbench Module
In the following example, the file defining the module test is compiled into the top_lib library. All other testbench and design related RTL files are compiled into the lib1, lib2, and top_lib libraries.
You can elaborate the testbench module test with the following single Tcl command:
vsim -L work -L lib1 -L lib2 -L top_lib top_lib.test
The order of libraries is relevant because the vsim command searches for module definitions in the order you specify, as Elaboration Binding Phase describes.
This example command does not preserve any internal signals, which means that you cannot capture the waveforms for those signals during simulation.