Thomas Cenova
Thomas Cenova
**Description** It looks like pyGHDY.dom does not yet parse the constraints from std_logic_vectors and array types. I am trying to use one of the internal dom functions to get the...
I am curious on your thoughts in allowing pyVHDLModel to be used in analyzing partial (missing files) or mixed language projects. Currently, the Analyze function in `__init__.py` will raise an...
/python3.11/site-packages/pyVHDLModel/__init__.py", line 705, in _ImportObjects package._namespace._elements[declaredItem._identifier] = declaredItem ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Constant' object has no attribute '_identifier'. Did you mean: '_identifiers'? I assume this may also cause issues with other elements...
/python3.11/site-packages/pyVHDLModel/__init__.py", line 845, in _LinkItems subtype = package._namespace.FindSubtype(element._subtype) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/python3.11/site-packages/pyVHDLModel/Namespace.py", line 116, in FindSubtype raise KeyError(f"Subtype '{subtypeSymbol._name._identifier}' not found in '{self._name}'.") KeyError: "Subtype 'Subtype_Name' not found in 'pkg_file1'." Subtype_Name...