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

[tl,dv] Avoid silly hole in tl_a_chan_cov_cg #25144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rswarbrick
Copy link
Contributor

The cp_mask field expects to see a value of '1 (i.e. all byte lanes are enabled). Bizarrely, a full-width read doesn't match the coverpoint bin for some reason, yielding a hole in the cross at the bottom of the covergroup.

Calculate the "replicated ones" explicitly, which seems to solve the problem.

The cp_mask field expects to see a value of '1 (i.e. all byte lanes
are enabled). Bizarrely, a full-width read doesn't match the
coverpoint bin for some reason, yielding a hole in the cross at the
bottom of the covergroup.

Calculate the "replicated ones" explicitly, which seems to solve the
problem.

Signed-off-by: Rupert Swarbrick <[email protected]>
@rswarbrick rswarbrick added Component:DV DV issue: testbench, test case, etc. IP:tlul labels Nov 14, 2024
@rswarbrick rswarbrick requested a review from a team as a code owner November 14, 2024 14:13
@rswarbrick rswarbrick requested review from eshapira and removed request for a team November 14, 2024 14:13
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:tlul
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant