Starting a simulation from a unix command line, Figure 12-7. select the work directory, Refer to the section – Altera Mentor Verification IP Altera Edition AMBA AXI4-Stream User Manual

Page 197: Starting a, Simulation from a unix command line

Advertising
background image

Getting Started with Qsys and the BFMs

Setting Up Simulation from the Windows GUI

Mentor Verification IP AE AMBA AXI4-Stream User Guide, V10.3

197

April 2014

2. Change directory to the work directory that contains the example to be simulated with

method (a) or (b) below.

a. From the File menu, click the Change Directory option. When the Browse for

Folder dialog appears, select the work directory that contains the example.

Figure 12-7. Select the Work Directory

b. In the ModelSim Transcript window, change to the work directory containing the

example to simulate.

vsim> cd axi4stream-qsys-examples/ex1_back_to_back_sv

3. Run the example.do script within the Transcript window by typing the following

command to compile and elaborate the test programs:

vsim> do example.do

Note

For details about the processing performed by the example.do script, refer to the section

ModelSim Example Script Processing

.

4. In the Transcript window, start the simulation and run to completion.

vsim> run -all

Starting a Simulation from a UNIX Command Line

To start a simulation with the ModelSim simulator from a UNIX command line:

Advertising