aboutsummaryrefslogtreecommitdiffstats
path: root/flags.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2013-12-17 06:25:53 +0100
committerTristan Gingold <tgingold@free.fr>2013-12-17 06:25:53 +0100
commit48448a12ef628218db298d8b7c6879e28cdd019a (patch)
tree7e612d41dc01c435cf32e3cee029b429c9362bb9 /flags.ads
parent04ad1cd54d99fc3ac3d82c69ee5f7c2db7e2275a (diff)
downloadghdl-48448a12ef628218db298d8b7c6879e28cdd019a.tar.gz
ghdl-48448a12ef628218db298d8b7c6879e28cdd019a.tar.bz2
ghdl-48448a12ef628218db298d8b7c6879e28cdd019a.zip
Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.
Diffstat (limited to 'flags.ads')
-rw-r--r--flags.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/flags.ads b/flags.ads
index 804643b2a..c79936d54 100644
--- a/flags.ads
+++ b/flags.ads
@@ -28,9 +28,12 @@ package Flags is
type Vhdl_Std_Type is
(Vhdl_87, Vhdl_93c, Vhdl_93, Vhdl_00, Vhdl_02, Vhdl_08);
- -- Standard accepted.
+ -- Standard accepted.
Vhdl_Std: Vhdl_Std_Type := Vhdl_93c;
+ -- Enable AMS-VHDL extensions.
+ AMS_Vhdl : Boolean := False;
+
-- Some flags (such as vhdl version) must be the same for every design
-- units of a hierarchy.
-- The Flag_String is a signature of all these flags.