diff options
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r-- | src/synth/synth-decls.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads index d608285b5..0fab14b39 100644 --- a/src/synth/synth-decls.ads +++ b/src/synth/synth-decls.ads @@ -22,7 +22,7 @@ with Vhdl.Nodes; use Vhdl.Nodes; with Synth.Context; use Synth.Context; package Synth.Decls is - procedure Synth_Declaration (Syn_Inst : Synth_Instance_Acc; Decl : Iir); + procedure Synth_Declaration (Syn_Inst : Synth_Instance_Acc; Decl : Node); - procedure Synth_Declarations (Syn_Inst : Synth_Instance_Acc; Decls : Iir); + procedure Synth_Declarations (Syn_Inst : Synth_Instance_Acc; Decls : Node); end Synth.Decls; |