Skip to content
Snippets Groups Projects
Commit 555bf6c4 authored by Florent Kermarrec's avatar Florent Kermarrec
Browse files

targets/Ultrascale(+): enable USDDRPHY_DEBUG.

parent 4053c02d
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ class BaseSoC(SoCCore):
cmd_latency = 0)
self.add_csr("ddrphy")
self.add_constant("USDDRPHY", None)
self.add_constant("USDDRPHY_DEBUG", None)
self.add_sdram("sdram",
phy = self.ddrphy,
module = EDY4016A(sys_clk_freq, "1:4"),
......
......@@ -67,6 +67,7 @@ class BaseSoC(SoCCore):
cmd_latency = 0)
self.add_csr("ddrphy")
self.add_constant("USDDRPHY", None)
self.add_constant("USDDRPHY_DEBUG", None)
self.add_sdram("sdram",
phy = self.ddrphy,
module = MT40A256M16(sys_clk_freq, "1:4"),
......
......@@ -67,6 +67,7 @@ class BaseSoC(SoCCore):
cmd_latency = 0)
self.add_csr("ddrphy")
self.add_constant("USDDRPHY", None)
self.add_constant("USDDRPHY_DEBUG", None)
self.add_sdram("sdram",
phy = self.ddrphy,
module = EDY4016A(sys_clk_freq, "1:4"),
......
......@@ -66,6 +66,7 @@ class BaseSoC(SoCCore):
cmd_latency = 1)
self.add_csr("ddrphy")
self.add_constant("USDDRPHY", None)
self.add_constant("USDDRPHY_DEBUG", None)
self.add_sdram("sdram",
phy = self.ddrphy,
module = KVR21SE15S84(sys_clk_freq, "1:4"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment