aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-insts.ads')
-rw-r--r--src/synth/synth-insts.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-insts.ads b/src/synth/synth-insts.ads
index 8548cfe02..fdd66baa2 100644
--- a/src/synth/synth-insts.ads
+++ b/src/synth/synth-insts.ads
@@ -26,7 +26,8 @@ package Synth.Insts is
procedure Init;
procedure Synth_All_Instances;
- procedure Synth_Top_Entity (Arch : Node; Config : Node);
+ procedure Synth_Top_Entity
+ (Arch : Node; Config : Node; Inst : out Synth_Instance_Acc);
-- Apply block configuration CFG to BLK.
-- Must be done before synthesis of BLK.