Async Set Reset Behavior
- class hal_py.AsyncSetResetBehavior
Defines the behavior of the gate type in case both asynchronous set and reset are active at the same time.
Members:
L : Set the internal state to ‘0’.
H : Set the internal state to ‘1’.
N : Do not change the internal state.
T : Toggle, i.e., invert the internal state.
X : Set the internal state to ‘X’.
undef : Invalid behavior, used by default.
- property name