aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.ads')
-rw-r--r--src/flags.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flags.ads b/src/flags.ads
index 9a71f9dca..326733564 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -24,7 +24,7 @@ package Flags is
-- List of vhdl standards.
-- VHDL_93c is vhdl_93 with backward compatibility with 87 (file).
type Vhdl_Std_Type is
- (Vhdl_87, Vhdl_93, Vhdl_00, Vhdl_02, Vhdl_08);
+ (Vhdl_87, Vhdl_93, Vhdl_00, Vhdl_02, Vhdl_08, Vhdl_19);
-- Standard accepted.
Vhdl_Std: Vhdl_Std_Type := Vhdl_93;