Searched refs:MemoryBandwidth (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/
H A DSimpleMemory.py53 bandwidth = Param.MemoryBandwidth('12.8GB/s',
/gem5/src/learning_gem5/part2/
H A DHelloObject.py49 write_bandwidth = Param.MemoryBandwidth('100MB/s', "Bandwidth to fill "
/gem5/src/python/m5/
H A Dparams.py1748 class MemoryBandwidth(float,ParamValue): class in inherits:float,ParamValue
1756 return super(cls, MemoryBandwidth).__new__(cls, val)
2186 'NetworkBandwidth', 'MemoryBandwidth',

Completed in 18 milliseconds