Using SELECTED_SIM_MODEL IP Property - 2020.2 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2020-11-23
Version
2020.2 English
Perform the following steps to change the simulation model of your IP using SELECTED_SIM_MODEL:
  1. Open Block Design.
  2. Select the desired IP from Block Design.

  3. Click Block Properties option.

  4. Change the SELECTED_SIM_MODEL option from Properties tab 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]