Altera Mentor Verification IP Altera Edition AMBA AXI4-Lite User Manual

Page 368

Advertising
background image

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

368

Getting Started with Qsys and the BFMs
Setting Up Simulation from the Windows GUI

April 2014

The three example test programs and top-level file are compiled:

../../../master_test_program.sv \
../../../monitor_test_program.sv \
../../../slave_test_program.sv \
../../../top.sv \""

Elaboration and simulation starts with the vcs_setup.sh command:

source vcs_setup.sh \

USER_DEFINED_ELAB_OPTIONS="$USER_DEFINED_ELAB_OPTIONS" \
USER_DEFINED_SIM_OPTIONS="'-l transcript'" \
TOP_LEVEL_NAME=top

Advertising