-
Notifications
You must be signed in to change notification settings - Fork 56
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 disable
statement
#278
Comments
I believe if you replace the disable with the commented out break, sv2v supports this logic. Does that work for you? |
Yes, then the code work with sv2v, but no longer with Icarus 11. |
I think there are three options here:
Does the third option work around your immediate issue? |
I've since refactored my design to use neither break nor disable. Still, both are in the Verilog standard, so the right solution would be to have both 1 (this ticket) and 2 (implemented now, but currently broken steveicarus/iverilog#1016). |
disable
statement
Using the latest release of sv2v, I get Parse error: missing expected `end on this code:
The text was updated successfully, but these errors were encountered: