diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-06 20:55:37 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-07 07:55:42 +0200 |
commit | a2b6404455e9080200673ee8e723870648bceac4 (patch) | |
tree | f12295437aa9c619e2722c4efaaf44629c2a2381 /src/synth/synth-decls.ads | |
parent | 1536293cf14227b0177be596d82e4ce1085fb746 (diff) | |
download | ghdl-a2b6404455e9080200673ee8e723870648bceac4.tar.gz ghdl-a2b6404455e9080200673ee8e723870648bceac4.tar.bz2 ghdl-a2b6404455e9080200673ee8e723870648bceac4.zip |
synth: add comments and refactoring.
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); |