Skip to content

SystemVerilog: assertion statements use hierarchical identifiers #576

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 1 commit into from
Jun 24, 2024

Conversation

kroening
Copy link
Member

Assertion statements with a block label have regular hierarchical identifiers, and do not use a separate "property" name space. The behavior for SMV-style assertion statements is unchanged.

Assertion statements without block item now get a label based on the kind of the assertion item (assert/assume/cover).

Assertion statements with a block label have regular hierarchical
identifiers, and do not use a separate "property" name space.  The behavior
for SMV-style assertion statements is unchanged.

Assertion statements without block item now get a label based on the kind of
the assertion item (assert/assume/cover).
@kroening kroening force-pushed the assertion-statement-namespace branch from 86e853e to 840b233 Compare June 23, 2024 18:55
@kroening kroening marked this pull request as ready for review June 23, 2024 19:05
@tautschnig tautschnig merged commit 921e331 into main Jun 24, 2024
@tautschnig tautschnig deleted the assertion-statement-namespace branch June 24, 2024 12:57
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