gem5/python/m5
Nathan Binkert eeff53841a Add Frequency and Latency as new parameter types and use them
where we can

python/m5/config.py:
    Add two new parameter types: Frequency and Latency.  These will soon
    be an integral part of the tick is picosecond thing.  If the value
    can be converted directly to an integer without any special tricks,
    we assume that the number is the exact value desired.  Otherwise,
    we convert the number assuming that it is in Hz or s.
python/m5/objects/Bus.mpy:
    Use the new Latency and Frequency types where we can

--HG--
extra : convert_revision : b3cff6020db83fb819507c348451c98697d1cf27
2005-03-24 12:24:17 -05:00
..
objects Add Frequency and Latency as new parameter types and use them 2005-03-24 12:24:17 -05:00
__init__.py Byproducts of aborted attempt to refine 'parent' proxy semantics. 2005-03-18 13:34:28 -05:00
config.py Add Frequency and Latency as new parameter types and use them 2005-03-24 12:24:17 -05:00
convert.py First step in fixing up parameter handling. Clean up the 2005-03-23 13:25:48 -05:00
multidict.py Use the multidict in the python config stuff. Makes code a bit 2005-03-22 00:53:01 -05:00
smartdict.py style 2005-03-22 14:51:31 -05:00