Skip to content

pokeAt with SyncReadMem #228

Description

@immesys

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions