aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-13 07:39:54 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-13 07:39:54 +0100
commit57182dfe1306ba624e04bf97559c8fc3c3a9dcf8 (patch)
tree32c2d800c16b49f077ab3e06f84e071a5ad833a7 /src/synth/synth-decls.ads
parent1b2a14b3f7cf9adbd600e36b1a581dc137316af7 (diff)
downloadghdl-57182dfe1306ba624e04bf97559c8fc3c3a9dcf8.tar.gz
ghdl-57182dfe1306ba624e04bf97559c8fc3c3a9dcf8.tar.bz2
ghdl-57182dfe1306ba624e04bf97559c8fc3c3a9dcf8.zip
synth: add support for file declarations.
Diffstat (limited to 'src/synth/synth-decls.ads')
-rw-r--r--src/synth/synth-decls.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads
index 02bf5c865..08a548bc5 100644
--- a/src/synth/synth-decls.ads
+++ b/src/synth/synth-decls.ads
@@ -19,6 +19,7 @@
-- MA 02110-1301, USA.
with Vhdl.Nodes; use Vhdl.Nodes;
+
with Synth.Context; use Synth.Context;
with Synth.Values; use Synth.Values;