Ejemplo n.º 1
0
 def __init__(self):
     LiteEthCrossbar.__init__(self, LiteEthIPV4MasterPort, "protocol")
Ejemplo n.º 2
0
 def __init__(self):
     LiteEthCrossbar.__init__(self, LiteEthUDPMasterPort, "dst_port")
Ejemplo n.º 3
0
 def __init__(self, dw=8):
     LiteEthCrossbar.__init__(self, LiteEthMACMasterPort, "ethernet_type",
                              dw)
Ejemplo n.º 4
0
 def __init__(self, dw=8):
     self.dw = dw
     LiteEthCrossbar.__init__(self, LiteEthUDPMasterPort, "dst_port", dw=dw)
Ejemplo n.º 5
0
 def __init__(self):
     LiteEthCrossbar.__init__(self, LiteEthUDPMasterPort, "dst_port")