aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values-debug.adb
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-values-debug.adb
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-values-debug.adb')
-rw-r--r--src/synth/synth-values-debug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-values-debug.adb b/src/synth/synth-values-debug.adb
index f10b6497f..a6f887f08 100644
--- a/src/synth/synth-values-debug.adb
+++ b/src/synth/synth-values-debug.adb
@@ -21,7 +21,7 @@ with Utils_IO; use Utils_IO;
with Vhdl.Nodes; use Vhdl.Nodes;
-with Synth.Environment.Debug; use Synth.Environment.Debug;
+with Synth.Vhdl_Environment; use Synth.Vhdl_Environment.Debug;
package body Synth.Values.Debug is
procedure Put_Dir (Dir : Direction_Type) is