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 df5b227 commit ab8d16fCopy full SHA for ab8d16f
systemrdl/core/validate.py
@@ -342,12 +342,6 @@ def enter_Field(self, node: FieldNode) -> None:
342
% (node.inst_name),
343
node.inst.inst_src_ref
344
)
345
- elif (this_f_sw == rdltypes.AccessType.w) and (this_f_hw == rdltypes.AccessType.na):
346
- self.msg.error(
347
- "Field '%s' access property combination is meaningless: sw=w; hw=na;"
348
- % (node.inst_name),
349
- node.inst.inst_src_ref
350
- )
351
elif this_f_sw == rdltypes.AccessType.na:
352
self.msg.error(
353
"Field '%s' sw access property is 'na' ... a field defined in a SOFTWARE "
0 commit comments