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

In PIMKernel.cpp parkIn() function #11

Open
TaeWoon-Kang opened this issue Apr 13, 2024 · 3 comments
Open

In PIMKernel.cpp parkIn() function #11

TaeWoon-Kang opened this issue Apr 13, 2024 · 3 comments

Comments

@TaeWoon-Kang
Copy link

TaeWoon-Kang commented Apr 13, 2024

In think the memory transaction in the parkIn() function is “write” instead of “read” (is_write = false). Is this correct?
If not, what is the exact role of parkIn()?
(I understood it as an action to activate all rows.)

@iamshcha
Copy link
Collaborator

It doesn't matter if it's READ or WRITE, both are possible.

@TaeWoon-Kang
Copy link
Author

Am I understanding the correct action of parkIn()?

@iamshcha
Copy link
Collaborator

iamshcha commented Apr 21, 2024

parkIn() is just intended to synchronize the state between all banks.

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