You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, if you have an FSM transition to a state which doesn't have a corresponding with m.State("NAME") statement, I'd expect it to fail to elaborate.
I'm admittedly very new to nmigen so it's possible I am doing something wrong here, but this seems sufficiently intuitive that even if it's not the intended behavior, I'd argue that perhaps it ought to be.
The text was updated successfully, but these errors were encountered:
M(ish)CVE: https://gist.github.com/awygle/00cca56b2d58185f3ab7112739588882
Basically, if you have an FSM transition to a state which doesn't have a corresponding
with m.State("NAME")
statement, I'd expect it to fail to elaborate.I'm admittedly very new to nmigen so it's possible I am doing something wrong here, but this seems sufficiently intuitive that even if it's not the intended behavior, I'd argue that perhaps it ought to be.
The text was updated successfully, but these errors were encountered: