Skip to content
Snippets Groups Projects
Select Git revision
  • a265891e87833187e70d254a9ed09721cfce982c
  • stable default protected
  • develop
  • master
  • feature-gui
  • v21.1.0.1
  • v21.1.0.0
  • v21.0.1.0
  • v21.0.0.0
  • v20.1.0.5
  • v20.1.0.4
  • v20.1.0.3
  • v20.1.0.2
  • v20.1.0.1
  • v20.1.0.0
  • v20.0.0.3
  • v20.0.0.2
  • v20.0.0.1
  • v20.0.0.0
  • v19.0.0.0
  • copyright_update
21 results

part3

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Matt Poremba authored and Matthew Poremba committed
    Calls to queueMemoryRead and queueMemoryWrite do not consider the size
    of the queue between ruby directories and DRAMCtrl which causes infinite
    buffering in the queued port between the two. This adds a MessageBuffer
    in between which uses enqueues in SLICC and is therefore size checked
    before any SLICC transaction pushing to the buffer can occur, removing
    the infinite buffering between the two.
    
    Change-Id: Iedb9070844e4f6c8532a9c914d126105ec98d0bc
    Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27427
    
    
    Tested-by: default avatarGem5 Cloud Project GCB service account <345032938727@cloudbuild.gserviceaccount.com>
    Tested-by: default avatarkokoro <noreply+kokoro@google.com>
    Reviewed-by: default avatarBradford Beckmann <brad.beckmann@amd.com>
    Reviewed-by: default avatarJason Lowe-Power <power.jg@gmail.com>
    Reviewed-by: default avatarMatt Sinclair <mattdsinclair@gmail.com>
    Maintainer: Bradford Beckmann <brad.beckmann@amd.com>
    53b6e21c
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..