Add Mem/Ethernet latency variability parameter
python/m5/objects/Ethernet.py: Add Latency Variability Parameter --HG-- extra : convert_revision : db5431cccffea8c7247d0f72e4770d4d58bd25aa
This commit is contained in:
parent
2ab0bf8030
commit
15ccd16fd8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class EtherLink(SimObject):
|
|||
int1 = Param.EtherInt("interface 1")
|
||||
int2 = Param.EtherInt("interface 2")
|
||||
delay = Param.Latency('0us', "packet transmit delay")
|
||||
delay_var = Param.Latency('0ns', "packet transmit delay variability")
|
||||
speed = Param.NetworkBandwidth('1Gbps', "link speed")
|
||||
dump = Param.EtherDump(NULL, "dump object")
|
||||
|
||||
|
|
Loading…
Reference in a new issue