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

Updated testbench #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Updated testbench #7

wants to merge 6 commits into from

Conversation

JimLewis
Copy link

@JimLewis JimLewis commented Dec 2, 2023

In a transaction testing environment, when pushing to a FIFO or Scoreboard, always push before the transaction is sent. That way when the receiver goes to check the data, the data is already in the FIFO. Otherwise, on interfaces, such as a UART where the receiver center samples the data, the UART get function will return before the UART send function does.

This did lead to a failure in the testbench.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant