-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Improve error message of Signal changed its value after ...
#569
Comments
Thanks for raising this. If I recall, there's a potential performance implication for the "obvious" refactor here to get more context during simulation, but I agree it's important for debug to reveal more information, this is worth fixing. |
Meanwhile, this post can provide some insight potentially to help debug: |
Nice post! I tried to use Combinational.ssa in FiniteStatemachine but it required a Conditional, so didn't work for me. |
Thanks!
Yes, I think this would require a new flavor of FSM, maybe something like |
Filed #571 |
Motivation
I am getting this error message but have no idea what signal has the issue.
Desired solution
Indicate what signal/object has the problem
Alternatives considered
No response
Additional details
This was seen when using signals inside a FiniteStateMachine.
The text was updated successfully, but these errors were encountered: