diff options
Diffstat (limited to 'src/synth/synth-context.ads')
-rw-r--r-- | src/synth/synth-context.ads | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/synth/synth-context.ads b/src/synth/synth-context.ads index 3766b57ab..27135011e 100644 --- a/src/synth/synth-context.ads +++ b/src/synth/synth-context.ads @@ -33,10 +33,6 @@ package Synth.Context is type Synth_Instance_Type (<>) is limited private; type Synth_Instance_Acc is access Synth_Instance_Type; - -- The instance corresponding to the global_info. It contains the global - -- packages. - Global_Instance : Synth_Instance_Acc; - -- Global context. Build_Context : Netlists.Builders.Context_Acc; @@ -44,6 +40,8 @@ package Synth.Context is (Syn_Inst: Synth_Instance_Acc; Scope: Sim_Info_Acc) return Synth_Instance_Acc; + function Make_Base_Instance return Synth_Instance_Acc; + -- Create and free the corresponding synth instance. function Make_Instance (Parent : Synth_Instance_Acc; Info : Sim_Info_Acc; |