mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-05-14 20:47:52 +00:00
siglent_sdr1104xe: Update IP/MAC addresses.
This commit is contained in:
parent
7a157d787b
commit
9898672744
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue