aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/DesignUnit.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-17 20:14:13 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-08-23 16:35:36 +0200
commit8c0f8e0ad95c53beac983546550222117c6a639c (patch)
tree650acf22884b74848bce6eb63f98d64eea442de0 /pyGHDL/dom/DesignUnit.py
parentf8d7ac62564e4bdefb35e58178c4df1b4feae844 (diff)
downloadghdl-8c0f8e0ad95c53beac983546550222117c6a639c.tar.gz
ghdl-8c0f8e0ad95c53beac983546550222117c6a639c.tar.bz2
ghdl-8c0f8e0ad95c53beac983546550222117c6a639c.zip
Handle associations.
Diffstat (limited to 'pyGHDL/dom/DesignUnit.py')
-rw-r--r--pyGHDL/dom/DesignUnit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyGHDL/dom/DesignUnit.py b/pyGHDL/dom/DesignUnit.py
index 7f4d8e964..5db6c1613 100644
--- a/pyGHDL/dom/DesignUnit.py
+++ b/pyGHDL/dom/DesignUnit.py
@@ -291,6 +291,7 @@ class PackageInstantiation(VHDLModel_PackageInstantiation, DOMMixin):
# FIXME: read use clauses (does it apply here too?)
# FIXME: read generics
# FIXME: read generic map
+ # genericAssociations = GetGenericMapAspect(nodes.Get_Generic_Map_Aspect_Chain(instantiationNode))
return cls(packageNode, name, uninstantiatedPackageName)