Add more specificity to stickybit conditional class
This commit is contained in:
@@ -41,6 +41,7 @@ class Stickybit(NextStateConditional):
|
|||||||
return (
|
return (
|
||||||
field.is_hw_writable
|
field.is_hw_writable
|
||||||
and field.get_property('stickybit')
|
and field.get_property('stickybit')
|
||||||
|
and field.get_property('intr type') in {None, InterruptType.level}
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_predicate(self, field: 'FieldNode') -> str:
|
def get_predicate(self, field: 'FieldNode') -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user