test_etherbone: Fix import of etherbone module
This commit is contained in:
parent
54acf9fd76
commit
054eebc25f
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import time
|
import time
|
||||||
from litex.soc.tools.remote.etherbone import *
|
from litex.tools.remote.etherbone import *
|
||||||
|
|
||||||
SRAM_BASE = 0x01000000
|
SRAM_BASE = 0x01000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue