siglent_sdr1104xe: Update IP/MAC addresses.
This commit is contained in:
parent
7a157d787b
commit
9898672744
|
@ -120,8 +120,8 @@ class BaseSoC(SoCCore):
|
||||||
# Etherbone.
|
# Etherbone.
|
||||||
self.add_etherbone(
|
self.add_etherbone(
|
||||||
phy = self.ethphy,
|
phy = self.ethphy,
|
||||||
ip_address = "192.168.1.51",
|
ip_address = "192.168.1.50",
|
||||||
mac_address = 0x10e2d5000001,
|
mac_address = 0x10e2d5000000,
|
||||||
data_width = 8,
|
data_width = 8,
|
||||||
with_ethmac = True,
|
with_ethmac = True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue