Simulation Settings - 1.0 English

Versal Adaptive SoC Programmable Network on Chip and Integrated Memory Controller 1.0 LogiCORE IP Product Guide (PG313)

Document ID
PG313
Release Date
2023-11-01
Version
1.0 English

In the Flow Navigator click Simulation > Simulation Settings. This opens the Project Settings menu on the Simulation tab as shown.

Figure 1. Simulation Settings

Set the Target simulator to Vivado Simulator.

Note: The wrapper created above is now the Simulation top module name.

SystemC Simulation of the NoC

By default, Run Simulation uses a System Verilog behavioral model of the NoC and DDRMC. Vivado has the ability to use a much faster SystemC model of the NoC and DDRMC. To enable SystemC modeling, every instance of the AXI NoC and AXIS NoC needs to have the property SELECTED_SIM_MODEL set to tlm. The following figure shows changing the selected sim model to System C by setting it to tlm (by default, the value is set to rtl). Note that the SystemC model is much faster but less accurate compared to the System Verilog model. The SystemC model can be used to verify functionality, but for modeling performance System Verilog should be used.

The Tcl command to select a simulation model is as follows. Set it to tlm for SystemC or rtl for System Verilog.

set_property SELECTEC_SIM_MODEL tlm [get_bd_cells/axi_noc_0]
Figure 2. Simulation Model Setting
Note: TLM model supports simulation only with Internal Responder.