Fix-up some config issues
python/m5/config.py:
Make NetworkBandwidth and MemoryBandwidth work
python/m5/objects/Ethernet.py:
Make 1Gbps default for ethernet
--HG--
extra : convert_revision : 59e62f7e62624356ae8d7304598617f60667f040
This commit is contained in:
@@ -12,7 +12,7 @@ class EtherLink(SimObject):
|
||||
int1 = Param.EtherInt("interface 1")
|
||||
int2 = Param.EtherInt("interface 2")
|
||||
delay = Param.Latency('0us', "packet transmit delay")
|
||||
speed = Param.NetworkBandwidth('100Mbps', "link speed")
|
||||
speed = Param.NetworkBandwidth('1Gbps', "link speed")
|
||||
dump = Param.EtherDump(NULL, "dump object")
|
||||
|
||||
class EtherBus(SimObject):
|
||||
|
||||
Reference in New Issue
Block a user