Skip to content

Commit

Permalink
siglent_sdr1104xe: Update IP/MAC addresses.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 2, 2024
1 parent 7a157d7 commit 9898672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litex_boards/targets/siglent_sds1104xe.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def __init__(self, sys_clk_freq=100e6,
# 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,
)
Expand Down

0 comments on commit 9898672

Please sign in to comment.