summaryrefslogtreecommitdiff
path: root/src/mem/bus.hh
AgeCommit message (Expand)Author
2006-10-11Make default ID unique (not broadcast)Ron Dreslinski
2006-10-11Forgot to mark myself as on the retry listRon Dreslinski
2006-10-11Fix bus in FS mode.Ron Dreslinski
2006-10-11More cache fixes. Atomic coherence now works as well.Ron Dreslinski
2006-10-10Make the bus is occupied for none broadcast packets as well.Gabe Black
2006-10-10Put in an accounting mechanism and an assert to make sure something doesn't t...Gabe Black
2006-10-10Changed the bus to use a bool to keep track of retries rather than a pointerGabe Black
2006-10-09Fixes to the bus, and added fields to the packet.Gabe Black
2006-10-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-09Potentially functional partially timed bandwidth limitted bus model.Gabe Black
2006-10-08Fixes for functional path.Ron Dreslinski
2006-10-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08Move away from using the statusChange function on snoops. Clean up snooping ...Ron Dreslinski
2006-10-08bus changesGabe Black
2006-10-08A possible implementation of a multiplexed bus.Gabe Black
2006-10-05Partial reimplementation of the bus. The "clock" and "width" parameters have ...Gabe Black
2006-08-22Commiting a version of the multi-phase snoop atomic bus so people can see the...Ron Dreslinski
2006-08-14Fix up doxygen.Steve Reinhardt
2006-07-06Add default responder to busAli Saidi
2006-06-17minor header cleanupsAli Saidi
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Add a very poor implementation of dealing with retries on timing requests. It...Ali Saidi
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-26Add names to memory Port objects for tracing.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt