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

pokeAt with SyncReadMem #228

Open
immesys opened this issue Dec 29, 2018 · 1 comment
Open

pokeAt with SyncReadMem #228

immesys opened this issue Dec 29, 2018 · 1 comment

Comments

@immesys
Copy link

immesys commented Dec 29, 2018

I can't seem to use pokeAt with SyncReadMem. I get this:

[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.

@chick
Copy link
Contributor

chick commented Dec 7, 2019

I believe this is fixed with PR #274

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

2 participants