aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-11-08 20:19:33 +0100
committerTristan Gingold <tgingold@free.fr>2016-11-11 09:47:20 +0100
commit00eb94b1553bf79559d0b1354283a809f20c558b (patch)
tree10eaee2d192afb45e40c2a8754ca6698764c3a56 /src/vhdl
parente1726062c252f0466843a93fe0aafdc385152025 (diff)
downloadghdl-00eb94b1553bf79559d0b1354283a809f20c558b.tar.gz
ghdl-00eb94b1553bf79559d0b1354283a809f20c558b.tar.bz2
ghdl-00eb94b1553bf79559d0b1354283a809f20c558b.zip
iirs: add Iir_Predefined_IEEE_Explicit subtype.
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/iirs.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index 4e0cbfd57..b306be1b2 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -4719,6 +4719,11 @@ package Iirs is
Iir_Predefined_None ..
Iir_Predefined_Functions'Last;
+ -- Explicit known subprograms (from ieee)
+ subtype Iir_Predefined_IEEE_Explicit is Iir_Predefined_Functions range
+ Iir_Predefined_Functions'Succ (Iir_Predefined_None) ..
+ Iir_Predefined_Functions'Last;
+
-- Staticness as defined by LRM93 6.1 and 7.4
type Iir_Staticness is (Unknown, None, Globally, Locally);