sipeed_tang_mega_138k: Fix build with ethernet and local/remote ip indent.
This commit is contained in:
parent
dbcd5bc3f5
commit
39dc0b36a4
|
@ -181,7 +181,7 @@ class BaseSoC(SoCCore):
|
||||||
clk50_half = Signal()
|
clk50_half = Signal()
|
||||||
self.specials += Instance("CLKDIV",
|
self.specials += Instance("CLKDIV",
|
||||||
p_DIV_MODE = "2",
|
p_DIV_MODE = "2",
|
||||||
i_HCLKIN = self.crg.clk50,
|
i_HCLKIN = platform.lookup_request("clk50"),
|
||||||
i_RESETN = 1,
|
i_RESETN = 1,
|
||||||
i_CALIB = 0,
|
i_CALIB = 0,
|
||||||
o_CLKOUT = clk50_half)
|
o_CLKOUT = clk50_half)
|
||||||
|
|
Loading…
Reference in New Issue