summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
2005-10-01Add executable parameter to LiveProcess. This allows the argv[0] value toSteve Reinhardt
2005-09-24Add functions to System object to set up function-based events,Steve Reinhardt
2005-09-18fix the MAX_CHECKPOINTS stuffNathan Binkert
2005-09-12fixes for gcc 4.0Ali Saidi
2005-09-02Fixes to build with gcc 4.0.Steve Reinhardt
2005-09-01Convert type of max_time and progress_interval parametersSteve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-06-30Fixes for cygwin compile.Steve Reinhardt
2005-06-29Easier remote debugging at boot time.Nathan Binkert
2005-06-29Allow CPUs to specify their own CPU ids.Nathan Binkert
2005-06-28Don't hard code the location of m5AlphaAccess. Instead, move theNathan Binkert
2005-06-28Pass the location of the m5 console backdoor to the consoleNathan Binkert
2005-06-27Update for console code reorganizationNathan Binkert
2005-06-22Move max_time and progress_interval parameters to the RootNathan Binkert
2005-06-05Many files:Steve Reinhardt
2005-06-05move eio stuff to encumberedNathan Binkert
2005-06-05Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2005-06-04Get rid of broken "long help" option.Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-04BaseSystem -> SystemNathan Binkert
2005-06-03Additions/fixes for Tru64 syscall emulation.Steve Reinhardt
2005-06-02clean up command line stuffNathan 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-04-22Make code more portable and port to cygwinNathan Binkert
2005-04-13Make the exit after max checkpoints code compile.Nathan Binkert
2005-04-13Add support to limit the number of checkpoints dropped.Nathan Binkert
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-04-06full_system isn't a useful parameter anymore, get rid of it.Nathan Binkert
2005-03-29expose variables for number of global events per simulated second,Nathan Binkert
2005-03-16No need for this ifdef, since the entire process.hh is surounded by an ifndef...Ron Dreslinski
2005-03-16Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-16Fix the bad addr check to check for allowable addresses in the nxm address spaceRon Dreslinski
2005-03-15Hard code the SimObject::Params structNathan Binkert
2005-03-14- Add capability to auto-generate Param structs fromSteve Reinhardt
2005-03-11stick all python stuff into a top level python directory.Nathan Binkert
2005-03-10Removed unecessary constructor call at each return.Ali Saidi
2005-03-09Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-03-09Add support for using the variables that m5 was compiled with forNathan Binkert
2005-03-09We should import m5config *after* we do the CPPDEFINES stuff,Nathan Binkert
2005-03-09Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2005-03-09Fix a couple of bugs introduced (or tickled) by the .ini sorting change.Steve Reinhardt
2005-03-08Pass all scons defined pre-processor macro variables to theNathan Binkert
2005-03-08Split the string importer from the rest of the mpy parsingNathan Binkert
2005-03-07More restructuring on Python config code for auto-generatingSteve Reinhardt
2005-03-05Sort fields in .ini files generated by Python configSteve Reinhardt
2005-03-01add some comments.Nathan Binkert
2005-02-24Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi