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

Read Data Out Characteristics #135

Closed
stephenry opened this issue Apr 10, 2022 · 3 comments
Closed

Read Data Out Characteristics #135

stephenry opened this issue Apr 10, 2022 · 3 comments

Comments

@stephenry
Copy link

Somewhat naive question, but my understanding of the read characteristics of the generated macros wasn't clear from the documentation. After a read has completed, and the data has become available at the output, if there is no subsequent operation (or the clock is gated), does the output remain valid indefinately?

@mguthaus
Copy link
Collaborator

No, it will only remain valid for that read cycle. At the next clock, it will become invalid no matter whether the operation is a write, read or noop.

@stephenry
Copy link
Author

Does this apply too if the clock is gated once the data is available?

@mguthaus
Copy link
Collaborator

Yes, it does. The sense amps get shut off so the output will be invalid.

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

No branches or pull requests

2 participants