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
When there are two processor interfaces, decoder logic is out of sync when using parallel mode.
parallel
address and data signals are synced to one cycle earlier than write or `read signal, so it does not write to registers.
address
data
write
I will add an example soon.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When there are two processor interfaces, decoder logic is out of sync when using
parallel
mode.address
anddata
signals are synced to one cycle earlier thanwrite
or `read signal, so it does not write to registers.I will add an example soon.
The text was updated successfully, but these errors were encountered: