-
Notifications
You must be signed in to change notification settings - Fork 177
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
Add support for Assert in simulation #427
Comments
(Tagging upstream because the Yosys cxxrtl backend needs to be taught about asserts, too.) |
This issue was discussed on August 16th as part of the weekly IRC meeting: https://freenode.irclog.whitequark.org/nmigen/2020-08-17#1597691839-1597695703; In short:
|
Support for capturing assertions in CXXRTL is about to land upstream as part of YosysHQ/yosys#4128. Amaranth will require modification to emit |
Adding
Assert
support in pysim would be helpful for migrating LiteX code that relies on Display statements. While not equivalent to the Display statement, it would give enough information to figure out what's happening inside an elaboratable without exposing every single internal signal.The text was updated successfully, but these errors were encountered: