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

[tlul,rtl] Avoid an unnecessary wready signal in tlul_adapter_sram #25905

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

Conversation

rswarbrick
Copy link
Contributor

When DataXorAddr is true, there are two fifos that hold SRAM requests (u_sramreqfifo and u_sramreqaddrfifo). These will always push and pop in sync (using the same signals in fact!).

As such, checking both wready signals is unnecessary. Drop one, avoiding an impossible conditional coverage item.

When DataXorAddr is true, there are two fifos that hold SRAM
requests (u_sramreqfifo and u_sramreqaddrfifo). These will always push
and pop in sync (using the same signals in fact!).

As such, checking both wready signals is unnecessary. Drop one,
avoiding an impossible conditional coverage item.

Signed-off-by: Rupert Swarbrick <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant