diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-14 18:23:07 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-19 20:47:38 +0200 |
commit | cfde49734086a65d79e8ed4bb1a242ab0c407a40 (patch) | |
tree | cb90367bcdab5163c5437028d045aed49dc2c3f6 /src/vhdl/simulate/simul-execution.ads | |
parent | f6379989022c1e71017f4151392a300534d2007a (diff) | |
download | ghdl-cfde49734086a65d79e8ed4bb1a242ab0c407a40.tar.gz ghdl-cfde49734086a65d79e8ed4bb1a242ab0c407a40.tar.bz2 ghdl-cfde49734086a65d79e8ed4bb1a242ab0c407a40.zip |
vhdl: decouple annotations from environments.
Diffstat (limited to 'src/vhdl/simulate/simul-execution.ads')
-rw-r--r-- | src/vhdl/simulate/simul-execution.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-execution.ads b/src/vhdl/simulate/simul-execution.ads index 8df5ed882..e121a1bc8 100644 --- a/src/vhdl/simulate/simul-execution.ads +++ b/src/vhdl/simulate/simul-execution.ads @@ -17,6 +17,7 @@ -- 02111-1307, USA. with Vhdl.Nodes; use Vhdl.Nodes; +with Simul.Annotations; use Simul.Annotations; with Simul.Environments; use Simul.Environments; with Simul.Elaboration; use Simul.Elaboration; with Areapools; use Areapools; |