summaryrefslogtreecommitdiff
path: root/python/m5
AgeCommit message (Expand)Author
2006-05-19Move activity tracking code into its own class. Now the CPU no longer has to...Kevin Lim
2006-05-16Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-16Include checker and trap latency parameters.Kevin Lim
2006-05-11Fixes for ozone CPU to successfully boot and run linux.Kevin Lim
2006-04-26Major update to sinic to support VSINIC betterNathan Binkert
2006-04-22Update the python file for the CPU.Kevin Lim
2006-04-22Updates for OzoneCPU.Kevin Lim
2006-04-22Updates for O3 model.Kevin Lim
2006-03-04move alpha specific code into arch/alphaAli Saidi
2006-03-03Ethernet devices have an RSS option to tell the driver toNathan Binkert
2006-02-20Get rid of the code that delays PIO write accessesNathan Binkert
2005-11-25Virtualize sinicNathan Binkert
2005-11-21add support for delaying pio writes until the cache access occursNathan Binkert
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-20io_bus is split out into pio_bus and dma_bus so that any deviceNathan Binkert
2005-11-02allow conversion floats -> long so that 100e9 and such work as TicksAli Saidi
2005-11-02Merge zizzer:/bk/m5Ali Saidi
2005-11-02Add Mem/Ethernet latency variability parameterAli 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-10-21Major changes to sinic device model. Rearrage read/write, betterNathan Binkert
2005-10-18Shuffle around device names to make things easier to read.Nathan Binkert
2005-10-18use the dedicated flag, no more exposing the m5reg directlyNathan Binkert
2005-10-06Add execution trace object to Root.Steve Reinhardt
2005-10-01Add executable parameter to LiveProcess. This allows the argv[0] value toSteve Reinhardt
2005-09-17Fix the EtherDump parametersNathan Binkert
2005-09-05Regression tests now run under scons!Steve Reinhardt
2005-09-01Convert type of max_time and progress_interval parametersSteve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-16Merge m5.eecs.umich.edu:/bk/m5Benjamin Nash
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-08-15Fix NextEthernetAddrNathan Binkert
2005-07-18Fix for passing functional memory param to timing mem.Steve Reinhardt
2005-06-29Allow CPUs to specify their own CPU ids.Nathan Binkert
2005-06-27Implement a state machine clock that acutally limits how fastNathan Binkert
2005-06-23Added Float classAli Saidi
2005-06-22Move max_time and progress_interval parameters to the RootNathan Binkert
2005-06-09BaseSystem was renamed to SystemNathan Binkert
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-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