Skip to content

Commit 01c5051

Browse files
committedJun 22, 2015
liteeth/software: fix wishbone bridge
1 parent 369cf4c commit 01c5051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎misoclib/com/liteeth/software/wishbone.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from misoclib.tools.litescope.software.driver.reg import *
44

5-
from liteeth.test.model.etherbone import *
5+
from misoclib.com.liteeth.test.model.etherbone import *
66

77

8-
class LiteEthWishboneDriver:
8+
class LiteEthWishboneBridgeDriver:
99
def __init__(self, ip_address, udp_port=20000, addrmap=None, busword=8, debug=False):
1010
self.ip_address = ip_address
1111
self.udp_port = udp_port

0 commit comments

Comments
 (0)