GCC Path Settings - 2021.1 English

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2021-06-16
Version
2021.1 English

The following table describes GCC executable path settings for compile_simlib and launch_simulation:

Table 1. GCC Path Settings
Command Settings
compile_simlib
  • Specify the GCC compiler install path using -gcc_exec_path switch.
  • If not, set the environment variable GCC_SIM_EXE_PATH <gcc_install_dir>.
launch_simulation
  • Specify the GCC compiler install path using -gcc_install_path switch.
  • If not, set the property using set_property simulator.<name>_gcc_install_dir <gcc_path> [current_project]
  • If not, set the environment variable GCC_SIM_EXE_PATH <gcc_install_dir>.
Note: If these recommended settings are not found, Vivado would pick install path from PATH env variable. Also, it is always recommended to use tool native SystemC compilers.