Perform the following steps to change
the simulation model of your IP using PREFERRED_SIM_MODEL:
- Click IP option in the Settings dialog box.
- Select tlm from Select preferred simulation model of
IP drop-down menu.
The following Tcl command is equivalent to changing the PREFERRED_SIM_MODEL:
set_property preferred_sim_model tlm [current_project]
Note: Setting
PREFFERED_SIM_MODEL to tlm sets all IPs SELECTED_SIM_MODEL to tlm except IPs that do
not support tlm.