Merge pull request #48 from kbeckmann/fix_test
test_etherbone: Fix import of etherbone module
This commit is contained in:
commit
7fa06adf78
|
@ -6,7 +6,7 @@
|
|||
|
||||
import socket
|
||||
import time
|
||||
from litex.soc.tools.remote.etherbone import *
|
||||
from litex.tools.remote.etherbone import *
|
||||
|
||||
SRAM_BASE = 0x01000000
|
||||
|
||||
|
|
Loading…
Reference in New Issue