liteeth/software: fix wishbone bridge

This commit is contained in:
Florent Kermarrec 2015-06-23 00:53:31 +02:00
parent 369cf4c4d7
commit 01c5051866
1 changed files with 2 additions and 2 deletions

View 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