CIRCT  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
fsm.TransitionOp Class Reference

Public Member Functions

def set_guard (self, guard_fn)
 

Static Public Member Functions

def create (to_state)
 

Detailed Description

Definition at line 107 of file fsm.py.

Member Function Documentation

◆ create()

def fsm.TransitionOp.create (   to_state)
static

Definition at line 110 of file fsm.py.

◆ 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: