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 an equivalent to change 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 which does not support tlm.