Skip to content

Confirm Banking with II = 1 is correct for two accesses scheduled at different cycles #304

@mattfel1

Description

@mattfel1

This is a reminder to check if banking works when you have two accesses separated in the schedule. It should be smart enough to account for the iterator offset due to time, but I want to make sure. For example

Foreach(...){ i =>
   ... = sram(i)
   retimeGate()
   ... = sram(i-1)
}

I expect this to have II = 1 and bank with something like N = 2, B = 2, a = 1

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