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

DRAM Sequence Control #122

Open
notepractice opened this issue Aug 24, 2022 · 0 comments
Open

DRAM Sequence Control #122

notepractice opened this issue Aug 24, 2022 · 0 comments

Comments

@notepractice
Copy link

notepractice commented Aug 24, 2022

I want to run Row Hammer attack tests after changing the values of Mode Registers for DRAM, not a default mode. That is, I want to set the address and control/command value to the desired value every cycle before Row Hammer attack.

I think this question might be related to 'litedram' module. It seems to be available by modifying the sequence and code in the 'sdram_init.py' and 'utils.py' files you provided, but the delay value is added in 'utils.py' file when 'sdram_software_control' mode is on (e.g. 'time.sleep(0.01 + delay * 1e-5') )

Can I set the address and control/command value every cycle?
If so, can the control (dfii_control) and command (dfii_pi0_command) value be set simultaneously at the same cycle?

Thank you for your help.

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

1 participant