summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
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
2005-02-23Fix the python panic messageNathan Binkert
2005-02-23Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-02-23Added mmap start and end so detailed CPU can know if an access isAli Saidi
2005-02-22Small initial steps toward generating C++ param structsSteve Reinhardt
2005-02-19Clean up CPU stuff and make it use params structsNathan Binkert
2005-02-17Include errno.h to fix compile errors in gcc 3.4Kevin Lim
2005-02-17Fix compile on linuxNathan Binkert
2005-02-17Make code more portable.Nathan Binkert
2005-02-17Several tweaks to make binning work in any simulationNathan Binkert
2005-02-11Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2005-02-11Rework the command line paramters for python output and howNathan Binkert
2005-02-11Make sure we have all values when trying to generate the ini fileNathan Binkert
2005-02-09More fixes to the pbs stuff to make it more robust.Nathan Binkert
2005-02-09enable the Trace, Statistics, and Serialize param contexts.Nathan Binkert
2005-02-09Fix the panic message so that it looks more like M5's panic.Nathan Binkert
2005-02-09fix indent (so emacs and vi aren't screwed up.)Nathan Binkert
2005-02-03get rid of defined and just access the env dict directlyNathan Binkert
2005-02-03small python config related fixes.Nathan Binkert
2005-02-02Update config file language to take simobj and no longer use siminstNathan Binkert
2005-01-27Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-01-27added support for outputing Dot if pydot is installedAli Saidi
2005-01-21Merge zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-01-21Add a couple statistics contexts.Nathan Binkert
2005-01-18Merge zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-01-18More configuration fixesNathan Binkert
2005-01-18Merge changes to make m5 g++ 3.4 compatible.Kevin Lim
2005-01-17Config cleanupsNathan Binkert
2005-01-17get the exit condition for the python code rightNathan Binkert
2005-01-17Add the pentium 4 configuration. Add some command line optionsNathan Binkert
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-11-18Minor fixes.Steve Reinhardt
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-11-03make activation of exec contexts happen in startupNathan Binkert
2004-11-03add a new phase to the simulator. Basically the simulator now goesNathan Binkert
2004-10-27Major documentation update for 570 F04.Steve Reinhardt
2004-10-25Add explicit phases to order ParamContext initializations.Steve Reinhardt
2004-10-22Very minor formatting glitches.Steve Reinhardt
2004-10-19Clean up/standardize handling of various output files.Steve Reinhardt
2004-10-17Merge saidi@zizzer.eecs.umich.edu:/bk/m5Ali Saidi
2004-10-17Clean up obsolete g++ 2.95 workaround.Steve Reinhardt
2004-10-16Fixes for bigendian platformsAli Saidi
2004-09-22fix unaligned memory offset and some small fixes to interrupt binningAli Saidi
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-08-31Updates to make SMP work.Ali Saidi