Skip to content

[SV] Replace assert/assume/cover with Verif dialect ops #5285

Open
@fabianschuiki

Description

Replace the assert, assume, and cover ops currently present in the SV dialect, in immediate and concurrent forms, with the corresonding ops in the Verif dialect. The Verif ops might need additional features to fully cover what SV currently covers, which would be a desirable addition. Specifically, labels and formatted messages are missing right now. We might want to have a verif.format_message op or similar to provide a formatted message to assert, assume, or cover, such that those ops don't have to redundantly encode string interpolation.

This came up in #5256.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions