The following steps help you target VHDL 2019 for a specific .vhd
file in the Vivado IDE.
- Right-click the file and select Set File Type from the context-menu.
- In the Set
Type dialog box that appears, change the file type from
VHDL to VHDL 2019.
- Click OK.
Alternatively, you can use the following command in the Tcl Console:
set_property FILE_TYPE {VHDL 2019} [get_files
<file.vhdl>]