Definition at line 107 of file fsm.py.
◆ create()
def fsm.TransitionOp.create |
( |
|
to_state | ) |
|
|
static |
◆ set_guard()
def fsm.TransitionOp.set_guard |
( |
|
self, |
|
|
|
guard_fn |
|
) |
| |
Executes a function to generate a guard for the transition.
The function is executed within the guard region of this operation.
Definition at line 114 of file fsm.py.
References fsm._get_or_add_single_block().
The documentation for this class was generated from the following file:
- /home/runner/work/circt-www/circt-www/circt_src/lib/Bindings/Python/dialects/fsm.py