示例#1
0
 def __init__(self):
     LiteEthCrossbar.__init__(self, LiteEthIPV4MasterPort, "protocol")
示例#2
0
 def __init__(self):
     LiteEthCrossbar.__init__(self, LiteEthUDPMasterPort, "dst_port")
示例#3
0
文件: common.py 项目: zsipos/liteeth
 def __init__(self, dw=8):
     LiteEthCrossbar.__init__(self, LiteEthMACMasterPort, "ethernet_type",
                              dw)
示例#4
0
文件: udp.py 项目: shenki/liteeth
 def __init__(self, dw=8):
     self.dw = dw
     LiteEthCrossbar.__init__(self, LiteEthUDPMasterPort, "dst_port", dw=dw)
示例#5
0
文件: udp.py 项目: aomtoku/liteeth
 def __init__(self):
     LiteEthCrossbar.__init__(self, LiteEthUDPMasterPort, "dst_port")