test_etherbone: Fix import of etherbone module

This commit is contained in:
Konrad Beckmann 2020-09-30 21:04:11 +02:00
parent 54acf9fd76
commit 054eebc25f
1 changed files with 1 additions and 1 deletions

View File

@ -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