Skip to content

Question about SSP gem5 implementation #2

@K16DIABLO

Description

@K16DIABLO

Hello,

I'm testing few kernels on this framework and I have questions about your design.

  1. It seems StreamingEngine issues too many memory requests per cycle.
  • src/cpu/gem_forge/accelerator/stream/stream_engine.cc:
    StreamEngine::issueElements() module issues memory requests in for all readyElements (e.g., 16), however, issuing that many requests are impossible.
  1. When loading data from FIFO, checkValueReady is not correct
  • src/cpu/gem_forge/accelerator/stream/stream_engine.cc:
    StreamElement.isValueReady is used to check whether value is loaded to FIFO, and this state is marked True after memory response. This model only shows the ready state of first value on FIFO. In my opinion, this model should check the valid of each FIFO entry.

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