From 6b6397b75abb7068d4ac484119ecf7ff56868192 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 3 Feb 2022 17:27:26 +0100 Subject: Add --std=19 Currently, all behaviour is the same as for --std=08, except for the standard library search path. No standard libraries exist yet, so running ghdl with --std=19 will fail. --- src/flags.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flags.ads') 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; -- cgit v1.2.3