summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-04more portableNathan Binkert
2005-06-01Rename sim/universe.{cc,hh} to root.{cc,hh} (since theSteve Reinhardt
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
2005-05-26Added copyright.Kevin Lim
2005-05-24Little debugging things.Steve Reinhardt
2005-05-20Minor changes to get new cpu to compile with FULL_SYSTEM.Steve Reinhardt
2005-05-19Fix up code for initial release. The main bug that remains is properly forwa...Kevin Lim
2005-05-03Large update of several parts of my code. The most notable change is the inc...Kevin Lim
2005-05-02Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-28Clean up output for pc break events, and remove a unneeded break event.Ron Dreslinski
2005-04-14Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-18Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-15during a cache miss in the simple cpu we were finalizing the traceAli Saidi
2005-03-15Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-15small cleanup to sampling cpu code.Nathan Binkert
2005-03-10Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-10Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-03-08Hand-merge static_inst.hh. These execute functions are within an external fi...Kevin Lim
2005-03-07Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-01Add a new operation class for IPR accesses, and have IPR-accessingSteve Reinhardt
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
2005-02-25Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-25Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.Kevin Lim
2005-02-25Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-25Fix timing modeling of faults: functionally the very next instruction afterSteve Reinhardt
2005-02-22Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-21Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-19Clean up CPU stuff and make it use params structsNathan Binkert
2005-02-18Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-17rename the simple cpu's multiplier parameter. call it width.Nathan Binkert
2005-02-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-11Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-11Fix up #defines to use full path; fix up code for g++ 3.4Kevin Lim
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-02-09MergerRon Dreslinski
2005-02-09Some more useful debugging info for kernel panic and die eventsRon Dreslinski
2005-02-04Hand mergeKevin Lim
2005-02-03Add support for CPU models to execute the effectiveSteve Reinhardt
2005-01-18Move trace data function to .cc file.Kevin Lim
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2005-01-11Merge changes.Kevin Lim
2005-01-11Slight fixes, add in commit trace flag.Kevin Lim
2004-12-14Modified to work with do_eventsRon Dreslinski
2004-11-18Put back in SimpleCPU changes and Coherence Timing Bus changesRon Dreslinski
2004-11-18back out ron's memory system changes because they break dmaNathan Binkert
2004-11-18undo simple CPU changesNathan Binkert
2004-11-17Changes to use siinic:Ron Dreslinski