summaryrefslogtreecommitdiff
path: root/src/mem/bus.hh
AgeCommit message (Expand)Author
2010-08-17bus: clean up default responder code.Steve Reinhardt
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17includes: use base/types.hh not inttypes.h or stdint.hNathan Binkert
2008-06-28Backed out changeset 94a7bb476fca: caused memory leak.Steve Reinhardt
2008-06-21Generate more useful error messages for unconnected ports.Steve Reinhardt
2008-03-17Restructure bus timing calcs to cope with pkt being deleted by target.Steve Reinhardt
2008-02-26Bus: Fix the bus timing to be more realistic.Gabe Black
2008-02-06Make the Event::description() a const functionStephen Hines
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-10DMA: Add IOCache and fix bus bridge to optionally only send requests oneAli Saidi
2007-08-08Port, StaticInst: Revert unnecessary changes.Vincentius Robby
2007-08-08alpha: Make the TLB cache to actually work.Vincentius Robby
2007-08-04port: Implement cache for port interfaces and rangesVincentius Robby
2007-07-24Integrate snoop loop functions into their respective call sites.Steve Reinhardt
2007-07-15Make Bus::findPort() a little more useful.Steve Reinhardt
2007-06-17Merge vm1.(none):/home/stever/bk/newmem-headSteve Reinhardt
2007-06-17More major reorg of cache. Seems to work for atomic mode now,Steve Reinhardt
2007-06-09Add a startup function that will fast forward to the right clock edgeNathan Binkert
2007-05-21Change getDeviceAddressRanges to use bool for snoop arg.Steve Reinhardt
2007-05-07fix partial writes with a functional memory hackAli Saidi
2007-04-04The MemoryObject tha owns a port should delete it if it so chooses when delet...Ali Saidi
2007-03-08stop m5 from leaking like a sieveAli Saidi
2007-02-06Minor DPRINTF fixes.Steve Reinhardt
2006-12-15Use my range_map to speed up findPort() in the bus. The snoop code could stil...Ali Saidi
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-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-01Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-01Added code to handle draining.Gabe Black
2006-10-31Ports now have a pointer to the MemObject that owns it (can be NULL).Kevin Lim
2006-10-20Use PacketPtr everywhereNathan Binkert
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