summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2007-03-29Override addPrivateSplitL1Caches function in order to automatically set the t...Kevin Lim
2007-03-26first bit of life from the intel gigabit modelAli Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-06CleanupNathan Binkert
2007-03-06Python parameters types need analogous C++ typesNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-05Python atexit handlers are called in reverse order.Nathan Binkert
2007-03-03Merge zizzer:/bk/newmemAli Saidi
2007-03-03Add Iob and remove the fake deviceAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-03-03Do the default argument stuff in pythonNathan Binkert
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-02-21Get rid of the ConsoleListener SimObject and just fold theNathan Binkert
2007-02-21Fix tracing so it starts right away if --trace-start is notNathan Binkert
2007-02-21Automatically generate m5/internal/__init__.py and swig/init.ccNathan Binkert
2007-02-18Get rid of the stand alone ParamContext since all of theNathan Binkert
2007-02-18Get rid of the Serialize and IntervalStats Param contextsNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-17Default to tracing being disabled in C++, it will be turnedNathan Binkert
2007-02-17Pass an exception from a python event through the event queueNathan Binkert
2007-02-13Make mulitple consoles work and be distinguishable from each otherAli Saidi
2007-02-13Merge all of the execution trace configuration stuff intoNathan Binkert
2007-02-13Rearrange traceflags.py so that the file generation only happens ifNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-02-09Get rid of the Random context and add the support directly to python.Nathan Binkert
2007-02-09Clean up from my last commit to the trace stuff.Nathan Binkert
2007-02-09Get rid of the Trace ParamContext and give python directNathan Binkert
2007-01-31make sparc fs less chattyAli Saidi
2007-01-25Move time forward to Jan 1, 2009 and update statsNathan Binkert
2007-01-25Instead of passing an int to represent time between python and C++Nathan Binkert
2007-01-21add dumb time of day deviceAli Saidi
2007-01-09add memory mapped disk deviceAli Saidi
2007-01-03set __name__ in the root m5 script to __m5_main__ so we canNathan Binkert
2007-01-03Add 'Time' as a parameter type that can accept variousNathan Binkert
2006-12-29Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-12-29FormattingNathan Binkert
2006-12-27Merge zizzer:/bk/newmemAli Saidi
2006-12-27Bug fixes in the TLBAli Saidi
2006-12-21Fix copyrightNathan Binkert
2006-12-21Expose the C++ event queue to python via the python functionNathan Binkert
2006-12-21Create a wrapper function to more easily add swig stuff to the buildNathan Binkert
2006-12-21move the swig initialization calls from src/sim/main.cc toNathan Binkert
2006-12-15small change to eliminate address range overlap.Lisa Hsu
2006-12-12Merge zizzer:/bk/newmemLisa Hsu
2006-12-07get legion/m5 to first tlb miss faultAli Saidi
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-12-02Support better param conversions to/from numeric subclasses.Steve Reinhardt
2006-12-02Fix help strings on GenRepl params.Steve Reinhardt
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-22Added a parameter to set memory to zero. This is to support Legion, and once ...Gabe Black