aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-utils.ads')
-rw-r--r--src/synth/netlists-utils.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-utils.ads b/src/synth/netlists-utils.ads
index a6d63dbec..111c6f9f3 100644
--- a/src/synth/netlists-utils.ads
+++ b/src/synth/netlists-utils.ads
@@ -96,6 +96,9 @@ package Netlists.Utils is
function Clog2 (W : Width) return Width;
+ -- Copy attribtues of SRC to DEST.
+ procedure Copy_Attributes (Dest : Instance; Src : Instance);
+
-- Used at many places.
package Net_Tables is new Dyn_Tables
(Table_Component_Type => Net,