aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r--src/synth/netlists.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads
index 5ef74a77d..93bf8b1d3 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -397,6 +397,8 @@ private
function Attribute_Build (Params : Instance) return Instance;
function Attribute_Build_Value (Obj : Instance) return Attribute;
+ -- Per instance map of attribute.
+ -- The index is the sub-instance, the value is the attribute chain.
package Attribute_Maps is new Dyn_Maps
(Params_Type => Instance,
Object_Type => Instance,