Moved network from to 192.168.2 because 192.168.1 is very common

This commit is contained in:
Adam Mooers 2023-08-08 23:41:28 -04:00
parent 1243542729
commit dad7e356fb
1 changed files with 2 additions and 2 deletions

View File

@ -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"),