summaryrefslogtreecommitdiff
path: root/src/cpu/simple/timing.hh
AgeCommit message (Expand)Author
2007-06-30Event descriptions should not end in "event"Steve Reinhardt
2007-05-21Change getDeviceAddressRanges to use bool for snoop arg.Steve Reinhardt
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-03-09Two fixes:Kevin Lim
2006-12-15little fixes i noticed while searching for reason for address range issues (b...Lisa Hsu
2006-11-13Make CPU models signal to update the snoop rangesRon Dreslinski
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-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-09Have cpus send snoop rangesRon Dreslinski
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-08Record numCycles properly.Kevin Lim
2006-07-20Enforce the timing cpu ticking at it's clock rateAli Saidi
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-07Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-07Switch out fixes for CPUs.Kevin Lim
2006-07-07Update cpus to use the getPort function to use a connector object to connect ...Ron Dreslinski
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-06-29Various fixes for the CPU models to support the features that have been moved...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Add a very poor implementation of dealing with retries on timing requests. It...Ali Saidi
2006-05-26Fixes for TimingSimpleCPU under full system. Now boots Alpha Linux!Steve Reinhardt
2006-05-26Add names to memory Port objects for tracing.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt