example_designs/test: fix test_logic_analyzer import

This commit is contained in:
Florent Kermarrec 2015-11-24 15:10:03 +01:00
parent 92c7af04db
commit 7b8169d8d2
1 changed files with 1 additions and 0 deletions

View File

@ -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()