summaryrefslogtreecommitdiff
path: root/src/mem/bus.cc
AgeCommit message (Expand)Author
2006-12-15Use my range_map to speed up findPort() in the bus. The snoop code could stil...Ali Saidi
2006-11-22Do a functional access to levels above on a read as a temporary solution for ...Ron Dreslinski
2006-11-14Fix bugs around uni-coherence invalidates being propogated properly.Ron Dreslinski
2006-11-14Update atomic and functional paths for snoops as wellRon Dreslinski
2006-11-14Update bus bridges now that snoop ranges are passed properlyRon Dreslinski
2006-11-13Fix some errors related to snooping and functional access in the busRon Dreslinski
2006-11-13Fix problems with snoop ranges not working properly on functional accessesRon Dreslinski
2006-11-09Be sure to populate the packet's finishTime field in the atomic timing case.Kevin Lim
2006-11-09Draining fixes.Kevin Lim
2006-11-07Fix up bus draining and add draining to the caches.Kevin Lim
2006-11-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-02Have bus use the BadAddress device to handle bad addresses. The O3 CPU shoul...Kevin Lim
2006-11-01Added code to handle draining.Gabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19Fix compile of m5.fastNathan Binkert
2006-10-12small bus updates for functional accessesAli Saidi
2006-10-11Make default ID unique (not broadcast)Ron 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-11Don't call recvRetry if the bus is busy anyway. This takes care of a corner c...Gabe Black
2006-10-11Make the bus work if the other sides recvRetry doesn't call sendTiming for so...Gabe Black
2006-10-10Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-10Make the bus is occupied for none broadcast packets as well.Gabe Black
2006-10-10Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-10Debugging infoRon Dreslinski
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-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08A possible implementation of a multiplexed bus.Gabe Black
2006-10-05First pass at snooping stuff that compiles and doesn't break.Ron Dreslinski
2006-10-05Partial reimplementation of the bus. The "clock" and "width" parameters have ...Gabe Black
2006-08-28Make address formats consistent in DPRINTFs.Steve Reinhardt
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-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-26Add a little more tracing support for Bus/Port stuff.Steve Reinhardt
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-26Add names to memory Port objects for tracing.Steve Reinhardt
2006-05-23Minor fixes for full-system timing memory.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt