Skip to content

Commit 29f0c9d

Browse files
authored
Merge pull request #33 from krcb197/staging-0.0.8
Staging 0.0.8
2 parents 9be03dc + cb5f4e9 commit 29f0c9d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

peakrdl/python/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Variables that describes the PeakRDL Package
33
"""
4-
__version__ = "0.0.7"
4+
__version__ = "0.0.8"

peakrdl/python/systemrdl_node_utility_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def get_fully_qualified_type_name(node: Node) -> str:
2121

2222

2323
inst_type_name = node.inst.type_name
24+
if inst_type_name is None:
25+
inst_type_name = node.inst_name
2426

2527
if (scope_path == '') or (scope_path is None):
2628
return inst_type_name

0 commit comments

Comments
 (0)