siglent_sdr1104xe: Update IP/MAC addresses.

This commit is contained in:
Florent Kermarrec 2024-07-02 17:09:23 +02:00
parent 7a157d787b
commit 9898672744
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ class BaseSoC(SoCCore):
# Etherbone.
self.add_etherbone(
phy = self.ethphy,
ip_address = "192.168.1.51",
mac_address = 0x10e2d5000001,
ip_address = "192.168.1.50",
mac_address = 0x10e2d5000000,
data_width = 8,
with_ethmac = True,
)