summaryrefslogtreecommitdiff
path: root/src/dev/sinic.cc
AgeCommit message (Expand)Author
2008-11-02Add in Context IDs to the simulator. From now on, cpuId is almost never used,Lisa Hsu
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-10-09SINIC: Commit old code from ASPLOS 2006 studies.Nathan Binkert
2008-06-17PacketFifo: Get slack out of the EthPacketData structure. This allowsNathan Binkert
2007-09-28Rename cycles() function to ticks()Ali Saidi
2007-08-16Devices: Make EtherInts connect in the same way memory ports currently do.Ali Saidi
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-08-15fixes for gcc 4.1Ali Saidi
2006-07-27Need config read/write latency.Kevin Lim
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-06Add default responder to busAli Saidi
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt