We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740e000 commit c8409f4Copy full SHA for c8409f4
phase3.py
@@ -688,7 +688,7 @@ def traverse1(tree, path):
688
if selected_access_method in vv.instances and vv.bits:
689
process_TableDefinition(peripheral_path, kk, vv)
690
elif len(vv.instances) == 0:
691
- warning("Register {} has no instances at all. It thus cannot be accessed by the user.".format(path + [k, kk]))
+ warning("Register {} has no instances at all. It thus cannot be accessed by the user.".format("::".join(path + [k, kk])))
692
693
finish_TableDefinition(peripheral_path)
694
else:
0 commit comments