Visible to Intel only — GUID: fma1671488999124
Ixiasoft
Visible to Intel only — GUID: fma1671488999124
Ixiasoft
3.5.2. Example Using msim_setup.tcl without Customization
This example has a single my_design.sv design file, and one tb.sv testbench file that defines the top-level module tb. The design instantiates an Intel FPGA IP variant.
The example also includes the ./mentor/msim_setup.tcl Tcl script that Platform Designer generates, as Generating a msim_setup.tcl Simulation Script describes.
The example includes the manually created Tcl script ./mentor/my_sim.tcl that compiles, elaborates, and simulates the testbench. ./mentor/my_sim.tcl includes the following lines. Lines beginning with # are comments. You run the script by calling vsim -do my_sim.tcl from within the mentor directory.