summaryrefslogtreecommitdiff
path: root/src/mem/xbar.hh
AgeCommit message (Expand)Author
2019-09-30mem: Use new-style stats in the XBar modelsAndreas Sandberg
2019-04-28mem: Minimize the use of MemObject.Gabe Black
2019-03-26mem: Deleting this init() method was accidentally dropped during rebase.Gabe Black
2019-03-26mem: Clean up the xbars a little.Gabe Black
2019-03-23misc: missing override specifierAndrea Mondelli
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
2018-06-19mem: Use address range to find the destination port in the xbarNikos Nikoleris
2018-06-19mem: Use the caching built into AddrRangeMap in the xbarGabe Black
2017-06-20mem: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2016-12-19mem: Make the BaseXBar public to not confuse Python wrappersAndreas Sandberg
2015-11-03mem: hmc: minor fixesErfan Azarkhish
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-03mem: Delay responses in the crossbar before forwardingAndreas Hansson
2015-03-02mem: Add crossbar latenciesMarco Balboni
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2015-02-11mem: Clarification of packet crossbar timingsMarco Balboni
2015-01-22mem: Make the XBar responsible for tracking response routingAndreas Hansson
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson