Using SELECTED_SIM_MODEL IP Property - 2021.1 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2021-06-16
Version
2021.1 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 an equivalent to change the SELECTED_SIM_MODEL:

set_property SELECTED_SIM_MODEL tlm [get_bd_cells /NOC_INST_0]