diff options
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdllocal.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index 722c1a26f..c6cebc398 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -367,6 +367,8 @@ package body Ghdllocal is return "v93"; when Vhdl_08 => return "v08"; + when Vhdl_19 => + return "v19"; end case; end Get_Version_Path; |