Skip to content
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

[rom_ctrl,dv] Slightly tweak an exclusion annotation #26331

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

rswarbrick
Copy link
Contributor

The excluded line is a continuous assignment. If the right hand side happens to be constant then it will never be marked as executing (and we don't care!)

I wrongly suggested that we should have an assertion saying that it was constant. But that's wrong, and was removed by a920ad2. Tweak the text to avoid things being confusing next time.

This is a follow-up after #26310.

The excluded line is a continuous assignment. If the right hand side
happens to be constant then it will never be marked as executing (and
we don't care!)

I wrongly suggested that we should have an assertion saying that
it *was* constant. But that's wrong, and was removed by a920ad2.
Tweak the text to avoid things being confusing next time.

Signed-off-by: Rupert Swarbrick <[email protected]>
@rswarbrick rswarbrick added Component:DV DV issue: testbench, test case, etc. IP:rom_ctrl labels Feb 17, 2025
@rswarbrick rswarbrick requested a review from a team as a code owner February 17, 2025 16:06
@rswarbrick rswarbrick requested review from eshapira and removed request for a team February 17, 2025 16:06
@rswarbrick rswarbrick merged commit b98e640 into lowRISC:master Feb 18, 2025
45 of 46 checks passed
@rswarbrick rswarbrick deleted the rom-ctrl-exclusion-annotation branch February 18, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:DV DV issue: testbench, test case, etc. IP:rom_ctrl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants