test: use new RemoteClient import

This commit is contained in:
Florent Kermarrec 2018-09-23 10:36:19 +02:00
parent cb27987b8c
commit 1634fa35bb
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from litex.soc.tools.remote import RemoteClient
from litex import RemoteClient
from litescope import LiteScopeAnalyzerDriver

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from litex.soc.tools.remote import RemoteClient
from litex import RemoteClient
from litescope import LiteScopeAnalyzerDriver

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from litex.soc.tools.remote import RemoteClient
from litex import RemoteClient
wb = RemoteClient()
wb.open()

View File

@ -2,7 +2,7 @@
import time
from litex.soc.tools.remote import RemoteClient
from litex import RemoteClient
from litescope import LiteScopeIODriver