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

spi_nor_flash_module.py: fix read_cmds array #72

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

maass-hamburg
Copy link
Contributor

@enjoy-digital
If more that one module is used with incompatible read_cmds, it leads to a a raised ValueError (Read command ... not supported in chip ...).
This fixes it so the different modules wont share a common read_cmds array if that is not explicitly defined.

also adds modes for the W25Q128JV.

adds modes for W25Q128JV.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
fix ValueError content

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
If more that one module is used with incompatible read_cmds, it leads to
a a raised ValueError (Read command ... not supported in chip ...).
This fixes it so the different modules wont share a common read_cmds
array if that is not explicitly defined.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
@enjoy-digital enjoy-digital merged commit e4fa736 into litex-hub:master Sep 11, 2024
1 check failed
@enjoy-digital
Copy link
Member

Thanks @maass-hamburg.

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.

2 participants