liteeth/software: fix wishbone bridge
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 22 Jun 2015 22:53:31 +0000 (00:53 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 22 Jun 2015 23:48:45 +0000 (01:48 +0200)
misoclib/com/liteeth/software/wishbone.py

index cd2ff0e0846c65c3f87a04fd57e2650e2ff23853..04a8563217640f249662f2c98eeb1383b00183d7 100644 (file)
@@ -2,10 +2,10 @@ import socket
 
 from misoclib.tools.litescope.software.driver.reg import *
 
-from liteeth.test.model.etherbone import *
+from misoclib.com.liteeth.test.model.etherbone import *
 
 
-class LiteEthWishboneDriver:
+class LiteEthWishboneBridgeDriver:
     def __init__(self, ip_address, udp_port=20000, addrmap=None, busword=8, debug=False):
         self.ip_address = ip_address
         self.udp_port = udp_port