aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-06 21:58:47 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-06 21:59:40 +0200
commit3a8482652759411ed2dfc837c3cc6f98ae032158 (patch)
treeaf8751eb880333cae65235e7eac62292ae7aa272 /src/vhdl/simulate/simul-execution.adb
parent8bdc2c174fbd6199414301e245b1045c5f40489c (diff)
downloadghdl-3a8482652759411ed2dfc837c3cc6f98ae032158.tar.gz
ghdl-3a8482652759411ed2dfc837c3cc6f98ae032158.tar.bz2
ghdl-3a8482652759411ed2dfc837c3cc6f98ae032158.zip
vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.
Diffstat (limited to 'src/vhdl/simulate/simul-execution.adb')
-rw-r--r--src/vhdl/simulate/simul-execution.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-execution.adb b/src/vhdl/simulate/simul-execution.adb
index b820e6425..19f9286b0 100644
--- a/src/vhdl/simulate/simul-execution.adb
+++ b/src/vhdl/simulate/simul-execution.adb
@@ -32,7 +32,7 @@ with Simul.Debugger; use Simul.Debugger;
with Std_Names;
with Str_Table;
with Files_Map;
-with Iir_Chains; use Iir_Chains;
+with Vhdl.Nodes_Utils; use Vhdl.Nodes_Utils;
with Simul.Simulation; use Simul.Simulation;
with Grt.Astdio.Vhdl;
with Grt.Stdio;