Skip to content

SystemVerilog: final immediate assertions #594

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

Merged
merged 3 commits into from
Jul 15, 2024
Merged

SystemVerilog: final immediate assertions #594

merged 3 commits into from
Jul 15, 2024

Conversation

kroening
Copy link
Member

This adds SystemVerilog final immediate assertions.

@kroening kroening marked this pull request as ready for review July 13, 2024 13:49
This introduces the assertion_item rule, and moves the rules for
assertion_item_declaration into the right place, following 1800-2017.
@kroening kroening force-pushed the assert-final branch 2 times, most recently from a21e16f to ebd1175 Compare July 13, 2024 14:55
This adds SystemVerilog final immediate assertions and final static
assertions.
Continuous assertions expect the definition of a clock, which is an ill-fit
for combinational logic.  This changes the assertions for combinational
logic to use a final static assertion.
@tautschnig tautschnig merged commit e2f7b60 into main Jul 15, 2024
6 checks passed
@tautschnig tautschnig deleted the assert-final branch July 15, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants