common: add DDR4 burst_length
This commit is contained in:
parent
2a9fb11b02
commit
af344897eb
|
@ -8,7 +8,8 @@ burst_lengths = {
|
|||
"DDR": 4,
|
||||
"LPDDR": 4,
|
||||
"DDR2": 4,
|
||||
"DDR3": 8
|
||||
"DDR3": 8,
|
||||
"DDR4": 8
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue