mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
test: use new RemoteClient import
This commit is contained in:
parent
c370e9f71f
commit
40b99ecc05
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from litex.soc.tools.remote import RemoteClient
|
||||
from litex import RemoteClient
|
||||
|
||||
wb = RemoteClient()
|
||||
wb.open()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from litex.soc.tools.remote import RemoteClient
|
||||
from litex import RemoteClient
|
||||
|
||||
wb = RemoteClient()
|
||||
wb.open()
|
||||
|
|
Loading…
Reference in a new issue