index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
m5
/
config.py
Age
Commit message (
Expand
)
Author
2005-11-21
Actually, you should'nt do math on Clock in the config files.
Nathan Binkert
2005-11-21
BARs now of type MemorySize32
Nathan Binkert
2005-11-20
Make it so one can do math with a Clock type in the config files
Nathan Binkert
2005-11-20
Allow long as a multiplier in the python config
Nathan Binkert
2005-11-02
allow conversion floats -> long so that 100e9 and such work as Ticks
Ali Saidi
2005-11-02
__init__ should not return anything
Nathan Binkert
2005-11-02
Make vector params interact with proxies properly.
Steve Reinhardt
2005-11-01
Allow math on CheckedInt-derived ParamValue classes w/o
Steve Reinhardt
2005-08-15
Fix NextEthernetAddr
Nathan Binkert
2005-07-18
Fix for passing functional memory param to timing mem.
Steve Reinhardt
2005-06-23
Added Float class
Ali Saidi
2005-06-03
Bug fix & cleanup in config code.
Steve Reinhardt
2005-06-02
Fix-up some config issues
Nathan Binkert
2005-06-01
Standardize clock parameter names to 'clock'.
Steve Reinhardt
2005-06-01
A few more config updates. Works with regression now.
Steve Reinhardt
2005-05-29
Major cleanup of python config code.
Steve Reinhardt
2005-04-17
Mostly hacks for multiplying Frequency-type proxies by constants
Steve Reinhardt
2005-04-11
Make the notion of a global event tick independent of the actual
Nathan Binkert
2005-04-06
fix typo in python config stuff
Nathan Binkert
2005-04-06
formatting
Nathan Binkert
2005-04-06
Add TcpPort and UdpPort as python types
Nathan Binkert
2005-03-25
Better handling of latency/frequency parameter types
Nathan Binkert
2005-03-25
Better exceptions in python config
Nathan Binkert
2005-03-24
Add Frequency and Latency as new parameter types and use them
Nathan Binkert
2005-03-23
Formatting fixes
Nathan Binkert
2005-03-23
First step in fixing up parameter handling. Clean up the
Nathan Binkert
2005-03-22
Fix a bug introduced with the multidict commit.
Nathan Binkert
2005-03-22
clean up python exceptions
Nathan Binkert
2005-03-22
Use the multidict in the python config stuff. Makes code a bit
Nathan Binkert
2005-03-22
Sort the sim objects in the python output
Nathan Binkert
2005-03-19
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
Steve Reinhardt
2005-03-18
Byproducts of aborted attempt to refine 'parent' proxy semantics.
Steve Reinhardt
2005-03-17
Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5/pact05
Lisa Hsu
2005-03-17
allow the call to len on Value proxy.
Lisa Hsu
2005-03-16
Merge zizzer.eecs.umich.edu:/z/stever/bk/m5-head
Steve Reinhardt
2005-03-16
Allow proxies to refer to proxies in config files.
Steve Reinhardt
2005-03-16
Make panic work in m5.config
Nathan Binkert
2005-03-16
Enhancements to python config proxy class.
Steve Reinhardt
2005-03-15
get rid of issequence and just use the isinstance builtin
Nathan Binkert
2005-03-14
- Add capability to auto-generate Param structs from
Steve Reinhardt
2005-03-13
Minor Python config bug fix.
Steve Reinhardt
2005-03-13
A few fixes after trying one of Nate's job scripts.
Steve Reinhardt
2005-03-13
Clean up import situation... key things are:
Steve Reinhardt
2005-03-11
move the conversion stuff that was in configs/kernel/Config.py into
Nathan Binkert
2005-03-11
Make ConfigNodes as intermediate containers work again.
Nathan Binkert
2005-03-11
stick all python stuff into a top level python directory.
Nathan Binkert