summaryrefslogtreecommitdiff
path: root/sim/pyconfig
AgeCommit message (Expand)Author
2005-03-11stick all python stuff into a top level python directory.Nathan Binkert
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-23Fix the python panic messageNathan Binkert
2005-02-22Small initial steps toward generating C++ param structsSteve Reinhardt
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-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-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-21Add a couple statistics contexts.Nathan Binkert
2005-01-18More configuration fixesNathan Binkert
2005-01-17Config cleanupsNathan Binkert
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-08-05Integrate Python configuration script parsing into m5 itself.Steve Reinhardt