aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-04-16 06:42:48 +0200
committerTristan Gingold <tgingold@free.fr>2021-04-16 06:58:03 +0200
commita677e3cc38d1f5e3813bc1e5bd424ee0b59319ed (patch)
treef62fa5971c0e326294b02a84bb18c826937654f0 /src/synth/synth-stmts.ads
parent12d6069e3b48a6ce129914e728d88789d1d8f5a1 (diff)
downloadghdl-a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed.tar.gz
ghdl-a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed.tar.bz2
ghdl-a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed.zip
synth: rename synth-context to synth-vhdl_context
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r--src/synth/synth-stmts.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads
index 91dc62256..f240ca33e 100644
--- a/src/synth/synth-stmts.ads
+++ b/src/synth/synth-stmts.ads
@@ -23,7 +23,7 @@ with Netlists; use Netlists;
with Synth.Objtypes; use Synth.Objtypes;
with Synth.Values; use Synth.Values;
-with Synth.Context; use Synth.Context;
+with Synth.Vhdl_Context; use Synth.Vhdl_Context;
with Synth.Environment; use Synth.Environment;
package Synth.Stmts is