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
I can't seem to use pokeAt with SyncReadMem. I get this:
pokeAt
[error] found : chisel3.core.SyncReadMem[chisel3.core.UInt] [error] required: chisel3.Mem[?] [error] (which expands to) chisel3.core.Mem[?] [error] pokeAt(tl.mem, 1, 15)
Is there a way around this? I can switch my memory to a normal Mem for testing, but that's not ideal.
The text was updated successfully, but these errors were encountered:
I believe this is fixed with PR #274
Sorry, something went wrong.
No branches or pull requests
I can't seem to use
pokeAt
with SyncReadMem. I get this:Is there a way around this? I can switch my memory to a normal Mem for testing, but that's not ideal.
The text was updated successfully, but these errors were encountered: