Third-party simulators such as Questa Advanced Simulator (Mentor Grahpics), Xcelium (Cadence), and VCS
(Synopsys) are supported when executing hardware emulation of your design. You can
enable these simulators by updating the Vitis
configuration file (config.ini or system.cfg).
Simulator |
v++ --link
Configuration |
---|---|
Questa Advanced Simulator |
EXPORT
simulator=questa
|
Xcelium |
EXPORT
simulator=xcelium
|
VCS |
Note: Before running the flow, you must
set the
VG_GNU_PACKAGE
environment
variable.
|
Riviera |
|
When the modifications have been made, build the design as normal, run the script launch_hw_emu.sh and the new simulator will be used. More information on emulation is provided in Running the System in Hardware.