We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The controller supports SPI and SQI. However there is another mode supported by the slave memory 23LC1024 called SDI (Serial Dual Interface). The RTL have 3 modes and of them is dual but it's not behaving like the slave is expected a dual mode would behave. The RTL dual mode starts by sending the command using only SIO0: https://github.com/efabless/EF_PSRAM_CTRL_V2/blob/afc59c61263b9748e00f18bb968459c1cb509f30/hdl/rtl/EF_PSRAM_CTRL_V2.v#L186
23LC1024
SIO0
However the slave expected the command to be sent over SIO0 and SIO1: https://github.com/efabless/EF_PSRAM_CTRL_V2/blob/afc59c61263b9748e00f18bb968459c1cb509f30/verify/utb/23LC1024.v#L232-L234
The text was updated successfully, but these errors were encountered:
shalan
No branches or pull requests
The controller supports SPI and SQI. However there is another mode supported by the slave memory
23LC1024
called SDI (Serial Dual Interface). The RTL have 3 modes and of them is dual but it's not behaving like the slave is expected a dual mode would behave.The RTL dual mode starts by sending the command using only
SIO0
:https://github.com/efabless/EF_PSRAM_CTRL_V2/blob/afc59c61263b9748e00f18bb968459c1cb509f30/hdl/rtl/EF_PSRAM_CTRL_V2.v#L186
However the slave expected the command to be sent over SIO0 and SIO1:
https://github.com/efabless/EF_PSRAM_CTRL_V2/blob/afc59c61263b9748e00f18bb968459c1cb509f30/verify/utb/23LC1024.v#L232-L234
The text was updated successfully, but these errors were encountered: