Using PREFERRED_SIM_MODEL Project Property - 2022.1 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2022-04-21
Version
2022.1 English
Perform the following steps to change the simulation model of your IP using PREFERRED_SIM_MODEL:
  1. Click IP option in the Settings dialog box.
  2. 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.