gem5/python/m5/objects
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
..
AlphaConsole.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
AlphaTLB.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
BadDevice.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
BaseCache.mpy First step in fixing up parameter handling. Clean up the 2005-03-23 13:25:48 -05:00
BaseCPU.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
BaseSystem.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
Bus.mpy Add Frequency and Latency as new parameter types and use them 2005-03-24 12:24:17 -05:00
CoherenceProtocol.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
Device.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
DiskImage.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
Ethernet.mpy First step in fixing up parameter handling. Clean up the 2005-03-23 13:25:48 -05:00
Ide.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
IntrControl.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
MemTest.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
Pci.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
PhysicalMemory.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
Platform.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
Process.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
Repl.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
Root.mpy stick all python stuff into a top level python directory. 2005-03-11 18:28:38 -05:00
SimConsole.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
SimpleDisk.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
Tsunami.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00
Uart.mpy Enhancements to python config proxy class. 2005-03-16 00:40:48 -05:00