chisel-testers icon indicating copy to clipboard operation
chisel-testers copied to clipboard

pokeAt with SyncReadMem

Open immesys opened this issue 6 years ago • 1 comments

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.

immesys avatar Dec 29 '18 06:12 immesys

I believe this is fixed with PR #274

chick avatar Dec 07 '19 00:12 chick