mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
Merge pull request #48 from kbeckmann/fix_test
test_etherbone: Fix import of etherbone module
This commit is contained in:
commit
7fa06adf78
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue