summaryrefslogtreecommitdiff
path: root/python/m5/config.py
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2005-11-21Actually, you should'nt do math on Clock in the config files.Nathan Binkert
2005-11-21BARs now of type MemorySize32Nathan Binkert
2005-11-20Make it so one can do math with a Clock type in the config filesNathan Binkert
2005-11-20Allow long as a multiplier in the python configNathan Binkert
2005-11-02allow conversion floats -> long so that 100e9 and such work as TicksAli Saidi
2005-11-02__init__ should not return anythingNathan Binkert
2005-11-02Make vector params interact with proxies properly.Steve Reinhardt
2005-11-01Allow math on CheckedInt-derived ParamValue classes w/oSteve Reinhardt
2005-08-15Fix NextEthernetAddrNathan Binkert
2005-07-18Fix for passing functional memory param to timing mem.Steve Reinhardt
2005-06-23Added Float classAli Saidi
2005-06-03Bug fix & cleanup in config code.Steve Reinhardt
2005-06-02Fix-up some config issuesNathan Binkert
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
2005-06-01A few more config updates. Works with regression now.Steve Reinhardt
2005-05-29Major cleanup of python config code.Steve Reinhardt
2005-04-17Mostly hacks for multiplying Frequency-type proxies by constantsSteve Reinhardt
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-04-06fix typo in python config stuffNathan Binkert
2005-04-06formattingNathan Binkert
2005-04-06Add TcpPort and UdpPort as python typesNathan Binkert
2005-03-25Better handling of latency/frequency parameter typesNathan Binkert
2005-03-25Better exceptions in python configNathan Binkert
2005-03-24Add Frequency and Latency as new parameter types and use themNathan Binkert
2005-03-23Formatting fixesNathan Binkert
2005-03-23First step in fixing up parameter handling. Clean up theNathan Binkert
2005-03-22Fix a bug introduced with the multidict commit.Nathan Binkert
2005-03-22clean up python exceptionsNathan Binkert
2005-03-22Use the multidict in the python config stuff. Makes code a bitNathan Binkert
2005-03-22Sort the sim objects in the python outputNathan Binkert
2005-03-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2005-03-18Byproducts of aborted attempt to refine 'parent' proxy semantics.Steve Reinhardt
2005-03-17Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5/pact05Lisa Hsu
2005-03-17allow the call to len on Value proxy.Lisa Hsu
2005-03-16Merge zizzer.eecs.umich.edu:/z/stever/bk/m5-headSteve Reinhardt
2005-03-16Allow proxies to refer to proxies in config files.Steve Reinhardt
2005-03-16Make panic work in m5.configNathan Binkert
2005-03-16Enhancements to python config proxy class.Steve Reinhardt
2005-03-15get rid of issequence and just use the isinstance builtinNathan Binkert
2005-03-14- Add capability to auto-generate Param structs fromSteve Reinhardt
2005-03-13Minor Python config bug fix.Steve Reinhardt
2005-03-13A few fixes after trying one of Nate's job scripts.Steve Reinhardt
2005-03-13Clean up import situation... key things are:Steve Reinhardt
2005-03-11move the conversion stuff that was in configs/kernel/Config.py intoNathan Binkert
2005-03-11Make ConfigNodes as intermediate containers work again.Nathan Binkert
2005-03-11stick all python stuff into a top level python directory.Nathan Binkert