summaryrefslogtreecommitdiff
path: root/cpu/simple_cpu/simple_cpu.hh
AgeCommit message (Expand)Author
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-07Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
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-09MergerRon Dreslinski
2005-02-09Some more useful debugging info for kernel panic and die eventsRon Dreslinski
2005-02-03Add support for CPU models to execute the effectiveSteve Reinhardt
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-11-18Put back in SimpleCPU changes and Coherence Timing Bus changesRon Dreslinski
2004-11-18undo simple CPU changesNathan Binkert
2004-11-17Changes to use siinic:Ron Dreslinski
2004-11-16Add simple function-tracing support. Prints a messageSteve Reinhardt
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-03make activation of exec contexts happen in startupNathan Binkert
2004-10-25Don't use magic numbers.Nathan Binkert
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-07-14Add a clock multiplier for simple CPU so that it is possibleNathan Binkert
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-15Get software prefetching to work in full-system mode.Steve Reinhardt
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-21Change the namespace Statistics to StatsNathan Binkert
2004-05-18Add a level of indirection to the register accessors used inSteve Reinhardt
2004-05-17Significant changes to ISA description to completely factorSteve Reinhardt
2004-05-12Make a new stat type of Value which is a scalar stat thatNathan Binkert
2004-05-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2004-03-04Copy implementationsErik Hallnor
2004-02-27Added copy instructions to the ISA. Well it didn't break anything yet...Erik Hallnor
2004-02-26Make SW prefetch flag a parameter again, and add code to makeSteve Reinhardt
2004-02-24add in an init() callback for CPU's so that no stats are accessed prior to th...Lisa Hsu
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-12-08Instead of keeping track of the fraction of time that we'reNathan Binkert
2003-12-08move setStatus into the .cc fileNathan Binkert
2003-11-06Little fixes to make more of the stats reset correctly.Nathan Binkert
2003-11-05Fix stats resetNathan Binkert
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-24Move some common full-system CPU initialization from theSteve Reinhardt
2003-10-24Make FullCPU schedule its TickEvent when one of its contexts becomes active.Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-16Add a commited loads event queue similar to the one for commited instructions.Erik Hallnor
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt