diff options
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r-- | src/synth/synth-decls.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads index 619737607..d608285b5 100644 --- a/src/synth/synth-decls.ads +++ b/src/synth/synth-decls.ads @@ -19,7 +19,7 @@ -- MA 02110-1301, USA. with Vhdl.Nodes; use Vhdl.Nodes; -with Synth.Values; use Synth.Values; +with Synth.Context; use Synth.Context; package Synth.Decls is procedure Synth_Declaration (Syn_Inst : Synth_Instance_Acc; Decl : Iir); |