summaryrefslogtreecommitdiff
path: root/src/mem/tport.hh
AgeCommit message (Expand)Author
2015-11-06mem: Unify delayed packet deletionAndreas Hansson
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2012-07-09Port: Hide the queue implementation in SimpleTimingPortAndreas Hansson
2012-06-07mem: Delay deleting of incoming packets by one call.Ali Saidi
2012-05-01MEM: Separate requests and responses for timing accessesAndreas Hansson
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-03-22MEM: Split SimpleTimingPort into PacketQueue and portsAndreas Hansson
2012-02-24MEM: Simplify cache ports preparing for master/slave splitAndreas Hansson
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2012-01-17MEM: Simplify ports by removing EventManagerAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2008-11-10Clean up the SimpleTimingPort class a little bit.Nathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2007-07-29memory system: fix functional access bug.Steve Reinhardt
2007-06-30Fix up a few statistics problems.Steve Reinhardt
2007-06-25Get rid of requestCauses. Use timestamped queue to makeSteve Reinhardt
2007-05-29A little more cleanup & refactoring of SimpleTimingPort.Steve Reinhardt
2007-05-28Restructure SimpleTimingPort a bit:Steve Reinhardt
2006-10-31Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-31Ports now have a pointer to the MemObject that owns it (can be NULL).Kevin Lim
2006-10-25Fix simple timing port keep a list of all packets, have only one event, and s...Ali Saidi
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-08-30Move more common functionality into SimpleTimingPort,Steve Reinhardt
2006-08-30Minor include file & formatting cleanup.Steve Reinhardt
2006-07-20Move PioPort timing code into Simple Timing Port objectAli Saidi