Perform the following steps to change
the simulation model of your IP using SELECTED_SIM_MODEL:
- In the Flow Navigator, click Open Block Design to open a block design.
- Select the desired IP from the block design.
- Right-click and click Block
Properties option.
- 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]