diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-06 21:58:47 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-06 21:59:40 +0200 |
commit | 3a8482652759411ed2dfc837c3cc6f98ae032158 (patch) | |
tree | af8751eb880333cae65235e7eac62292ae7aa272 /src/vhdl/simulate | |
parent | 8bdc2c174fbd6199414301e245b1045c5f40489c (diff) | |
download | ghdl-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')
-rw-r--r-- | src/vhdl/simulate/simul-elaboration.adb | 2 | ||||
-rw-r--r-- | src/vhdl/simulate/simul-execution.adb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.adb b/src/vhdl/simulate/simul-elaboration.adb index da8c15664..862d5d34c 100644 --- a/src/vhdl/simulate/simul-elaboration.adb +++ b/src/vhdl/simulate/simul-elaboration.adb @@ -25,7 +25,7 @@ with Vhdl.Utils; use Vhdl.Utils; with Libraries; with Name_Table; with Simul.File_Operation; -with Iir_Chains; use Iir_Chains; +with Vhdl.Nodes_Utils; use Vhdl.Nodes_Utils; with Vhdl.Sem_Lib; use Vhdl.Sem_Lib; with Simul.Annotations; use Simul.Annotations; with Simul.Elaboration.AMS; use Simul.Elaboration.AMS; 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; |