rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Specifying the Sequential vs. Combinational driving of logic in `FiniteStateMachine`

Open chykon opened this issue 2 years ago • 5 comments

Motivation

It might be worth adding a clarification to the documentation that actions in State (state StateMachine) contains combinational, not sequential logic. Personally, I thought that sequential logic is used for state actions, since the StateMachine interface contains clk, reset inputs.

Desired solution

Add to the documentation a clarification that actions in State (state StateMachine) contains combinational, not sequential logic.

Alternatives considered

No response

Additional details

No response

chykon avatar Mar 14 '23 15:03 chykon

Good point, thanks for the suggestion!

mkorbel1 avatar Mar 14 '23 17:03 mkorbel1