Using SELECTED_SIM_MODEL IP Property - 2023.2 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2023-10-18
Version
2023.2 English
Perform the following steps to change the simulation model of your IP using SELECTED_SIM_MODEL:
  1. In the Flow Navigator, click Open Block Design to open a block design.
  2. Select the desired IP from the block design.

  3. Right-click and click Block Properties option.

  4. Change the SELECTED_SIM_MODEL option from Block Properties window of your IP. For example, from rtl to tlm.

The following Tcl command is equivalent to changing the SELECTED_SIM_MODEL:

set_property SELECTED_SIM_MODEL tlm [get_bd_cells /NOC_INST_0]