Using PREFERRED_SIM_MODEL Project Property - 2024.1 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2024-05-30
Version
2024.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 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.