We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State.ssa
FiniteStateMachine
Based on discussion in #569
It can be useful to use Combinational.ssa in a FiniteStateMachine, but there's not really a way to do that currently.
Combinational.ssa
Add, perhaps, a State.ssa that allows you to use Combinational.ssa inside of a FiniteStateMachine
No response
The text was updated successfully, but these errors were encountered:
Signal changed its value after ...
No branches or pull requests
Motivation
Based on discussion in #569
It can be useful to use
Combinational.ssa
in aFiniteStateMachine
, but there's not really a way to do that currently.Desired solution
Add, perhaps, a
State.ssa
that allows you to useCombinational.ssa
inside of aFiniteStateMachine
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: