aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_context.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-04-27 06:58:02 +0200
committerTristan Gingold <tgingold@free.fr>2021-04-27 21:14:35 +0200
commit94d4ef5976f9bd15e4253200b0577a7a86e0bc22 (patch)
tree5ea06b5fcef250fd98efd896e2a6ae5fc7048a21 /src/synth/synth-vhdl_context.ads
parentf5715a802c157614b6cd9ad4f0195ce77cbd0997 (diff)
downloadghdl-94d4ef5976f9bd15e4253200b0577a7a86e0bc22.tar.gz
ghdl-94d4ef5976f9bd15e4253200b0577a7a86e0bc22.tar.bz2
ghdl-94d4ef5976f9bd15e4253200b0577a7a86e0bc22.zip
synth: use a generic version of synth-environment.
Diffstat (limited to 'src/synth/synth-vhdl_context.ads')
-rw-r--r--src/synth/synth-vhdl_context.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_context.ads b/src/synth/synth-vhdl_context.ads
index 35972409f..eef073232 100644
--- a/src/synth/synth-vhdl_context.ads
+++ b/src/synth/synth-vhdl_context.ads
@@ -24,7 +24,7 @@ with Netlists.Builders; use Netlists.Builders;
with Vhdl.Annotations; use Vhdl.Annotations;
with Vhdl.Nodes; use Vhdl.Nodes;
-with Synth.Environment; use Synth.Environment;
+with Synth.Vhdl_Environment; use Synth.Vhdl_Environment.Env;
with Synth.Objtypes; use Synth.Objtypes;
with Synth.Values; use Synth.Values;