projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb2466
)
s6ddrphy: fix DFI interface data width computation
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 8 Aug 2014 11:14:15 +0000
(19:14 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 8 Aug 2014 11:14:15 +0000
(19:14 +0800)
misoclib/sdramphy/s6ddrphy.py
patch
|
blob
|
history
diff --git
a/misoclib/sdramphy/s6ddrphy.py
b/misoclib/sdramphy/s6ddrphy.py
index bdd9d6be041812f40e3db0fbf3a02cceb69d425c..d4f9aa2f332f1e04e913ed1f7f28706aa39e2ced 100644
(file)
--- a/
misoclib/sdramphy/s6ddrphy.py
+++ b/
misoclib/sdramphy/s6ddrphy.py
@@
-42,7
+42,7
@@
class S6DDRPHY(Module):
write_latency=0
)
- self.dfi = Interface(a, ba,
nphases*
d, nphases)
+ self.dfi = Interface(a, ba,
self.phy_settings.dfi_
d, nphases)
self.clk4x_wr_strb = Signal()
self.clk4x_rd_strb = Signal()