init: Disable DQ-DQS training on Ultrascale(+) for now (requires more testing).
This commit is contained in:
parent
c139f9d3d4
commit
981d5a077b
|
@ -689,6 +689,8 @@ def get_sdram_phy_c_header(phy_settings, timing_settings):
|
|||
"K7DDRPHY", "V7DDRPHY",
|
||||
"K7LPDDR4PHY", "V7LPDDR4PHY"]:
|
||||
r += "#define SDRAM_PHY_WRITE_LEVELING_CAPABLE\n"
|
||||
if phytype in ["K7DDRPHY", "V7DDRPHY",
|
||||
"K7LPDDR4PHY", "V7LPDDR4PHY"]:
|
||||
r += "#define SDRAM_PHY_WRITE_DQ_DQS_TRAINING_CAPABLE\n"
|
||||
if phytype in ["USDDRPHY", "USPDDRPHY",
|
||||
"A7DDRPHY", "K7DDRPHY", "V7DDRPHY",
|
||||
|
|
Loading…
Reference in New Issue