examples/.yml: set cmd_latency to 1 on Kintex7/Ultrascale (values valided in LiteX-Boards).
This commit is contained in:
parent
07bf34d0e7
commit
4e62d28af6
|
@ -8,7 +8,7 @@
|
|||
"memtype": "DDR3", # DRAM type
|
||||
|
||||
# PHY ----------------------------------------------------------------------
|
||||
"cmd_latency": 0, # Command additional latency
|
||||
"cmd_latency": 1, # Command additional latency
|
||||
"sdram_module": "MT41J256M16", # SDRAM modules of the board or SO-DIMM
|
||||
"sdram_module_nb": 4, # Number of byte groups
|
||||
"sdram_rank_nb": 1, # Number of ranks
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"memtype": "DDR4", # DRAM type
|
||||
|
||||
# PHY ----------------------------------------------------------------------
|
||||
"cmd_latency": 0, # Command additional latency
|
||||
"cmd_latency": 1, # Command additional latency
|
||||
"sdram_module": "EDY4016A", # SDRAM modules of the board or SO-DIMM
|
||||
"sdram_module_nb": 8, # Number of byte groups
|
||||
"sdram_rank_nb": 1, # Number of ranks
|
||||
|
|
Loading…
Reference in New Issue