Open
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.