aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-elaboration.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-14 18:23:07 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-19 20:47:38 +0200
commitcfde49734086a65d79e8ed4bb1a242ab0c407a40 (patch)
treecb90367bcdab5163c5437028d045aed49dc2c3f6 /src/vhdl/simulate/simul-elaboration.ads
parentf6379989022c1e71017f4151392a300534d2007a (diff)
downloadghdl-cfde49734086a65d79e8ed4bb1a242ab0c407a40.tar.gz
ghdl-cfde49734086a65d79e8ed4bb1a242ab0c407a40.tar.bz2
ghdl-cfde49734086a65d79e8ed4bb1a242ab0c407a40.zip
vhdl: decouple annotations from environments.
Diffstat (limited to 'src/vhdl/simulate/simul-elaboration.ads')
-rw-r--r--src/vhdl/simulate/simul-elaboration.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.ads b/src/vhdl/simulate/simul-elaboration.ads
index 22a912596..4c26b7d28 100644
--- a/src/vhdl/simulate/simul-elaboration.ads
+++ b/src/vhdl/simulate/simul-elaboration.ads
@@ -19,6 +19,7 @@
with Tables;
with Types; use Types;
with Vhdl.Nodes; use Vhdl.Nodes;
+with Simul.Annotations; use Simul.Annotations;
with Simul.Environments; use Simul.Environments;
with Grt.Types; use Grt.Types;