aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-13 06:45:11 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-17 07:19:47 +0200
commit0f0d483c355ca51bbc4f9d9bdb354d84a5fc4f76 (patch)
tree328c9a86ad8efd9143f81a5bf5511ccb5bb9a2c5 /src/vhdl/iirs.ads
parent669d25e0794e3ab9dc709bc977d2de43e7e2783d (diff)
downloadghdl-0f0d483c355ca51bbc4f9d9bdb354d84a5fc4f76.tar.gz
ghdl-0f0d483c355ca51bbc4f9d9bdb354d84a5fc4f76.tar.bz2
ghdl-0f0d483c355ca51bbc4f9d9bdb354d84a5fc4f76.zip
translate: separate spec and body translation for implicit subprograms.
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index c6735cc0a..03109edb1 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -4725,6 +4725,16 @@ package Iirs is
Iir_Predefined_Deallocate ..
Iir_Predefined_Functions'Pred (Iir_Predefined_None);
+ subtype Iir_Predefined_TF_Array_Functions
+ is Iir_Predefined_Functions range
+ Iir_Predefined_TF_Array_And ..
+ --Iir_Predefined_TF_Array_Or
+ --Iir_Predefined_TF_Array_Nand
+ --Iir_Predefined_TF_Array_Nor
+ --Iir_Predefined_TF_Array_Xor
+ --Iir_Predefined_TF_Array_Xnor
+ Iir_Predefined_TF_Array_Not;
+
subtype Iir_Predefined_Dyadic_TF_Array_Functions
is Iir_Predefined_Functions range
Iir_Predefined_TF_Array_And ..