projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6298624
)
gensdrphy: fix memtype and change phase shift in comments.
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 16 May 2014 09:46:33 +0000
(11:46 +0200)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 16 May 2014 14:52:24 +0000
(16:52 +0200)
misoclib/sdramphy/gensdrphy.py
patch
|
blob
|
history
diff --git
a/misoclib/sdramphy/gensdrphy.py
b/misoclib/sdramphy/gensdrphy.py
index fbb5bd4eb8ac390c158efc1b5a37f145e7a208e0..450e456e7ec85c3233da80aba7a0f9ee168fcab0 100644
(file)
--- a/
misoclib/sdramphy/gensdrphy.py
+++ b/
misoclib/sdramphy/gensdrphy.py
@@
-7,7
+7,7
@@
# The PHY needs 2 Clock domains:
# - sys_clk : The System Clock domain
# - sys_clk_ps : The System Clock domain with its phase shifted
-# (-
0.75
ns on C4@100MHz)
+# (-
3
ns on C4@100MHz)
#
# Assert dfi_wrdata_en and present the data
# on dfi_wrdata_mask/dfi_wrdata in the same
@@
-35,7
+35,7
@@
class GENSDRPHY(Module):
d = flen(pads.dq)
self.phy_settings = lasmicon.PhySettings(
- memtype=
memtype
,
+ memtype=
"SDR"
,
dfi_d=d,
nphases=1,
rdphase=0,