Targeting VHDL 2019 for a Specific File - 2025.1 English - UG900

Vivado Design Suite User Guide: Logic Simulation (UG900)

Document ID
UG900
Release Date
2025-05-29
Version
2025.1 English
The following steps help you target VHDL 2019 for a specific .vhd file in the Vivado IDE.
  1. Right-click the file and select Set File Type from the context-menu.
  2. In the Set Type dialog box that appears, change the file type from VHDL to VHDL 2019.

  3. Click OK.

Alternatively, you can use the following command in the Tcl Console:

set_property FILE_TYPE {VHDL 2019} [get_files <file.vhdl>]