Moved network from to 192.168.2 because 192.168.1 is very common
This commit is contained in:
parent
1243542729
commit
dad7e356fb
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue