summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2005-06-05Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2005-06-05Add licenses in python dir.Steve Reinhardt
2005-06-05make all of the turbolaser stuff only compile if ALPHA_TLASERNathan Binkert
2005-06-05split uart into urt8250 and uart8530Ali Saidi
2005-06-04Get rid of vestiges of .mpy file handling.Steve Reinhardt
2005-06-04BaseSystem -> SystemNathan Binkert
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-05-17Merge ktlim@zizzer:/bk/m5 into zamp.eecs.umich.edu:/z/ktlim2/current/m5Kevin Lim
2005-05-13Add mem_trace parameter to BaseCache.Steve Reinhardt
2005-05-04Merge ktlim@zizzer:/bk/m5 into zamp.eecs.umich.edu:/z/ktlim2/current/m5Kevin Lim
2005-05-03Large update of several parts of my code. The most notable change is the inc...Kevin Lim
2005-05-02Make sinic work with mpyNathan Binkert
2005-04-29Add suport for no allocation of cache block on a dma read passing through a c...Ron Dreslinski
2005-04-24Add the m5 parameter to the ns83820 device model so that weNathan Binkert
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-08Hand merged a this-> statement for gcc3.4Ron Dreslinski
2005-04-08Add Parameter to only do prefetch calculations on data accesses not instructi...Ron Dreslinski
2005-04-06fix typo in python config stuffNathan Binkert
2005-04-06Fix the python NetworkBandwidth conversion functionNathan Binkert
2005-04-06formattingNathan Binkert
2005-04-06Add TcpPort and UdpPort as python typesNathan Binkert
2005-04-06full_system isn't a useful parameter anymore, get rid of it.Nathan Binkert
2005-04-04Add more prefetcher support.Ron Dreslinski
2005-04-02Added support for multiple prefetch address from single access (depth of pref...Ron Dreslinski
2005-04-01Some hand mergesRon Dreslinski
2005-03-25Better handling of latency/frequency parameter typesNathan Binkert
2005-03-25Better exceptions in python configNathan Binkert
2005-03-24Improve toBoolNathan 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-22styleNathan 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-15Add a comment to smartdict.py.Steve Reinhardt