Skip to content

Commit cb5f4e9

Browse files
committed
Re-fixed the problem with the IPXACT imports
1 parent afc1398 commit cb5f4e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)