summaryrefslogtreecommitdiff
path: root/src/mem/tport.hh
AgeCommit message (Expand)Author
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