projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd92528
)
Fix gearing
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 13 Jul 2020 09:58:47 +0000
(11:58 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Mon, 13 Jul 2020 09:58:47 +0000
(11:58 +0200)
gram/test/test_soc.py
patch
|
blob
|
history
diff --git
a/gram/test/test_soc.py
b/gram/test/test_soc.py
index 0841ea25f2155708e7c1e30a38f299d9ddd68bf0..dda05f23b0a87be2a0620eb09c9265c7426a146a 100644
(file)
--- a/
gram/test/test_soc.py
+++ b/
gram/test/test_soc.py
@@
-58,7
+58,7
@@
class DDR3SoC(SoC, Elaboratable):
write_latency=cwl_sys_latency
)
- ddrmodule = MT41K256M16(clk_freq, "1:
4
")
+ ddrmodule = MT41K256M16(clk_freq, "1:
2
")
self.ddrphy = FakePHY(module=ddrmodule,
settings=physettings,
verbosity=SDRAM_VERBOSE_DBG)