From dad7e356fbea1f596b063086840ef9674fd6b8e6 Mon Sep 17 00:00:00 2001 From: Adam Mooers <21245397+AdamMooers@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:41:28 -0400 Subject: [PATCH] Moved network from to 192.168.2 because 192.168.1 is very common --- gateware/soc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateware/soc.py b/gateware/soc.py index a942342..ec5537f 100644 --- a/gateware/soc.py +++ b/gateware/soc.py @@ -268,8 +268,8 @@ class UpsilonSoC(SoCCore): csr_address_width=14, csr_paging=0x800, csr_ordering="big", - local_ip='192.168.1.50', - remote_ip='192.168.1.100', + local_ip='192.168.2.50', + remote_ip='192.168.2.100', timer_uptime = True) # This initializes the connection to the physical DRAM interface. self.submodules.ddrphy = s7ddrphy.A7DDRPHY(platform.request("ddram"),