example_designs/test: fix test_logic_analyzer import
This commit is contained in:
parent
92c7af04db
commit
7b8169d8d2
|
@ -1,4 +1,5 @@
|
||||||
from litex.soc.tools.remote import RemoteClient
|
from litex.soc.tools.remote import RemoteClient
|
||||||
|
from litescope.software.driver.logic_analyzer import LiteScopeLogicAnalyzerDriver
|
||||||
|
|
||||||
wb = RemoteClient()
|
wb = RemoteClient()
|
||||||
wb.open()
|
wb.open()
|
||||||
|
|
Loading…
Reference in New Issue