summaryrefslogtreecommitdiff
path: root/src/mem/tport.cc
AgeCommit message (Expand)Author
2007-05-30tport.cc:Steve Reinhardt
2007-05-29A little more cleanup & refactoring of SimpleTimingPort.Steve Reinhardt
2007-05-28Restructure SimpleTimingPort a bit:Steve Reinhardt
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2007-02-07Make memory commands dense again to avoid cache stat table explosion.Steve Reinhardt
2006-11-12Don't insert reponses into the list more than onceRon Dreslinski
2006-11-10Big fix for functional access, where we forgot to copy the last byte on write...Ron Dreslinski
2006-10-31add the ability to insert into the middle of the timing port send listAli Saidi
2006-10-25Fix simple timing port keep a list of all packets, have only one event, and s...Ali Saidi
2006-10-20Get rid of a variable put back by merge.Ron Dreslinski
2006-10-20Merge zizzer:/bk/newmemRon Dreslinski
2006-10-20Use fixPacket function everywhere.Ron Dreslinski
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-17Fixes to cache eliminating the assumption that the Packet is still valid afte...Ron Dreslinski
2006-10-12replace functional code in tport with fixPacket().Ali Saidi
2006-10-12Check the response queue on functional accesses.Ron Dreslinski
2006-10-11Fix bus in FS mode.Ron Dreslinski
2006-10-10Changed the bus to use a bool to keep track of retries rather than a pointerGabe Black
2006-10-10Fixed a bug where a packet was attempted to be sent even though another packe...Gabe Black
2006-10-08Only respond if the pkt needs a response.Ron Dreslinski
2006-08-30Move more common functionality into SimpleTimingPort,Steve Reinhardt
2006-07-20Move PioPort timing code into Simple Timing Port objectAli Saidi