init: Enable DQ-DQS training on 7-Series (except Artix7) and Ultrascale.
This commit is contained in:
parent
3f4b6f661c
commit
103534d0e8
|
@ -689,13 +689,12 @@ def get_sdram_phy_c_header(phy_settings, timing_settings):
|
|||
"K7DDRPHY", "V7DDRPHY",
|
||||
"K7LPDDR4PHY", "V7LPDDR4PHY"]:
|
||||
r += "#define SDRAM_PHY_WRITE_LEVELING_CAPABLE\n"
|
||||
r += "#define SDRAM_PHY_WRITE_DQ_DQS_TRAINING_CAPABLE\n"
|
||||
if phytype in ["USDDRPHY", "USPDDRPHY",
|
||||
"A7DDRPHY", "K7DDRPHY", "V7DDRPHY",
|
||||
"A7LPDDR4PHY", "K7LPDDR4PHY", "V7LPDDR4PHY"]:
|
||||
r += "#define SDRAM_PHY_WRITE_LATENCY_CALIBRATION_CAPABLE\n"
|
||||
r += "#define SDRAM_PHY_READ_LEVELING_CAPABLE\n"
|
||||
if phytype in ["K7LPDDR4PHY", "V7LPDDR4PHY"]:
|
||||
r += "#define SDRAM_PHY_WRITE_DQ_DQS_TRAINING_CAPABLE\n"
|
||||
if phytype in ["ECP5DDRPHY"]:
|
||||
r += "#define SDRAM_PHY_READ_LEVELING_CAPABLE\n"
|
||||
if phytype in ["LPDDR4SIMPHY"]:
|
||||
|
|
Loading…
Reference in New Issue