aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_specs.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/vhdl-sem_specs.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/vhdl-sem_specs.adb')
-rw-r--r--src/vhdl/vhdl-sem_specs.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_specs.adb b/src/vhdl/vhdl-sem_specs.adb
index 6bf56aed5..5b63995bc 100644
--- a/src/vhdl/vhdl-sem_specs.adb
+++ b/src/vhdl/vhdl-sem_specs.adb
@@ -26,7 +26,7 @@ with Vhdl.Sem_Lib; use Vhdl.Sem_Lib;
with Vhdl.Sem_Scopes; use Vhdl.Sem_Scopes;
with Vhdl.Sem_Assocs; use Vhdl.Sem_Assocs;
with Libraries;
-with Iir_Chains; use Iir_Chains;
+with Vhdl.Nodes_Utils; use Vhdl.Nodes_Utils;
with Flags; use Flags;
with Std_Names;
with Vhdl.Sem_Decls;
@@ -1735,7 +1735,7 @@ package body Vhdl.Sem_Specs is
Sub_Chain_Append (Res, Last, Assoc);
Ent_El := Get_Chain (Ent_El);
end loop;
- if Iir_Chains.Get_Chain_Length (Comp_Chain) /= Found then
+ if Nodes_Utils.Get_Chain_Length (Comp_Chain) /= Found then
-- At least one component generic/port cannot be associated with
-- the entity one.