mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
Adding comment to iodelay_tap_average dictionary.
This commit is contained in:
parent
d986b60e03
commit
48230583b9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class S7DDRPHY(Module, AutoCSR):
|
|||
iodelay_tap_average = {
|
||||
200e6: 78e-12,
|
||||
300e6: 52e-12,
|
||||
400e6: 39e-12,
|
||||
400e6: 39e-12, # Only valid for -3 and -2/2E speed grades
|
||||
}
|
||||
|
||||
half_sys8x_taps = math.floor(tck/(4*iodelay_tap_average[iodelay_clk_freq]))
|
||||
|
|
Loading…
Reference in a new issue