aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap4.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/translate/trans-chap4.ads')
-rw-r--r--src/vhdl/translate/trans-chap4.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/translate/trans-chap4.ads b/src/vhdl/translate/trans-chap4.ads
index 6a5431ff5..02ff9a70e 100644
--- a/src/vhdl/translate/trans-chap4.ads
+++ b/src/vhdl/translate/trans-chap4.ads
@@ -88,6 +88,9 @@ package Trans.Chap4 is
procedure Translate_Port_Chain (Parent : Iir);
procedure Translate_Generic_Chain (Parent : Iir);
+ -- Also handle interface type.
+ procedure Translate_Generic_Association_Chain (Parent : Iir);
+
-- Elaborate signal subtypes and allocate the storage for the object.
-- If HAS_COPY is true, do not allocate storage for values, as the values
-- will be directly referenced from the association.