index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
bus.cc
Age
Commit message (
Expand
)
Author
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-19
Fix compile of m5.fast
Nathan Binkert
2006-10-12
small bus updates for functional accesses
Ali Saidi
2006-10-11
Make default ID unique (not broadcast)
Ron Dreslinski
2006-10-11
Fix bus in FS mode.
Ron Dreslinski
2006-10-11
More cache fixes. Atomic coherence now works as well.
Ron Dreslinski
2006-10-11
Don't call recvRetry if the bus is busy anyway. This takes care of a corner c...
Gabe Black
2006-10-11
Make the bus work if the other sides recvRetry doesn't call sendTiming for so...
Gabe Black
2006-10-10
Merge zizzer:/n/wexford/x/gblack/m5/newmem_bus
Ron Dreslinski
2006-10-10
Make the bus is occupied for none broadcast packets as well.
Gabe Black
2006-10-10
Merge zizzer:/n/wexford/x/gblack/m5/newmem_bus
Ron Dreslinski
2006-10-10
Debugging info
Ron Dreslinski
2006-10-10
Put in an accounting mechanism and an assert to make sure something doesn't t...
Gabe Black
2006-10-10
Changed the bus to use a bool to keep track of retries rather than a pointer
Gabe Black
2006-10-09
Fixes to the bus, and added fields to the packet.
Gabe Black
2006-10-09
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-09
Potentially functional partially timed bandwidth limitted bus model.
Gabe Black
2006-10-08
Fixes for functional path.
Ron Dreslinski
2006-10-08
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-08
Move away from using the statusChange function on snoops. Clean up snooping ...
Ron Dreslinski
2006-10-08
bus changes
Gabe Black
2006-10-08
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-08
A possible implementation of a multiplexed bus.
Gabe Black
2006-10-05
First pass at snooping stuff that compiles and doesn't break.
Ron Dreslinski
2006-10-05
Partial reimplementation of the bus. The "clock" and "width" parameters have ...
Gabe Black
2006-08-28
Make address formats consistent in DPRINTFs.
Steve Reinhardt
2006-08-22
Commiting a version of the multi-phase snoop atomic bus so people can see the...
Ron Dreslinski
2006-08-14
Fix up doxygen.
Steve Reinhardt
2006-07-06
Add default responder to bus
Ali Saidi
2006-06-13
Move SimObject creation and Port connection loops
Steve Reinhardt
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-30
Add a very poor implementation of dealing with retries on timing requests. It...
Ali Saidi
2006-05-26
Add a little more tracing support for Bus/Port stuff.
Steve Reinhardt
2006-05-26
Significant rework of Packet class interface:
Steve Reinhardt
2006-05-26
Add names to memory Port objects for tracing.
Steve Reinhardt
2006-05-23
Minor fixes for full-system timing memory.
Steve Reinhardt
2006-05-22
New directory structure:
Steve Reinhardt