summaryrefslogtreecommitdiff
path: root/sim/sim_object.hh
AgeCommit message (Expand)Author
2005-03-15Hard code the SimObject::Params structNathan Binkert
2005-03-14- Add capability to auto-generate Param structs fromSteve Reinhardt
2004-11-03add a new phase to the simulator. Basically the simulator now goesNathan Binkert
2004-07-30Move all of the object matching code to a shared file so it canNathan Binkert
2004-06-28fix up the recordEvent stuff to support ignoring eventsNathan Binkert
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-03-26Get rid of the printExtraOutput stuffNathan Binkert
2004-02-04Add support for "serializing" instructions that flushSteve Reinhardt
2004-01-14Setup initialization callbacksNathan Binkert
2003-12-11Stats & serialization tweaks & cleanup. Unserializing fromSteve Reinhardt
2003-11-05Add a virtual function resetStats() that any SimObject can inheritNathan Binkert
2003-10-31Changed the naming of Serializeable derived objects. Serializeable no longer...Andrew Schultz
2003-10-21Don't need to include sim/param.hh in sim_object.hh anymore.Steve Reinhardt
2003-10-20Separate the stuff for SimObject from SimObject builder.Nathan Binkert
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-10Remove a ton of old simplescalar crap that we no longer need.Nathan Binkert
2003-10-07Import changesetSteve Raasch