aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_insts.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_insts.ads')
-rw-r--r--src/synth/synth-vhdl_insts.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/synth/synth-vhdl_insts.ads b/src/synth/synth-vhdl_insts.ads
index 980b4ca8b..c280475a6 100644
--- a/src/synth/synth-vhdl_insts.ads
+++ b/src/synth/synth-vhdl_insts.ads
@@ -18,14 +18,14 @@
with Vhdl.Nodes; use Vhdl.Nodes;
+with Synth.Context; use Synth.Context;
with Synth.Vhdl_Context; use Synth.Vhdl_Context;
with Synth.Flags; use Synth.Flags;
package Synth.Vhdl_Insts is
-- Create the declaration of the top entity.
- procedure Synth_Top_Entity (Global_Instance : Synth_Instance_Acc;
- Arch : Node;
- Config : Node;
+ procedure Synth_Top_Entity (Base : Base_Instance_Acc;
+ Design_Unit : Node;
Encoding : Name_Encoding;
Inst : out Synth_Instance_Acc);