aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-08 06:33:00 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-08 06:33:00 +0200
commitd87e8284e3dc3adced8b8aa2258e3a87097396b1 (patch)
treedae5a0494d041e715cada1553d717effb0248a18 /src/vhdl/simulate
parentc5c504aac52c749f676a498b20a07e7005cd397c (diff)
downloadghdl-d87e8284e3dc3adced8b8aa2258e3a87097396b1.tar.gz
ghdl-d87e8284e3dc3adced8b8aa2258e3a87097396b1.tar.bz2
ghdl-d87e8284e3dc3adced8b8aa2258e3a87097396b1.zip
vhdl: renames iirs_walk to vhdl-nodes_walk
Diffstat (limited to 'src/vhdl/simulate')
-rw-r--r--src/vhdl/simulate/simul-debugger.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-debugger.adb b/src/vhdl/simulate/simul-debugger.adb
index f094073e2..a50542f38 100644
--- a/src/vhdl/simulate/simul-debugger.adb
+++ b/src/vhdl/simulate/simul-debugger.adb
@@ -38,7 +38,7 @@ with Simul.Execution; use Simul.Execution;
with Vhdl.Utils; use Vhdl.Utils;
with Errorout; use Errorout;
with Vhdl.Disp_Vhdl;
-with Iirs_Walk; use Iirs_Walk;
+with Vhdl.Nodes_Walk; use Vhdl.Nodes_Walk;
with Areapools; use Areapools;
with Grt.Types; use Grt.Types;
with Grt.Disp;