projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b6ba37
)
fix DDR3 on nexys_video
author
Felix Held
<felix-github@felixheld.de>
Fri, 12 Jan 2018 02:33:13 +0000
(13:33 +1100)
committer
Felix Held
<felix-github@felixheld.de>
Fri, 12 Jan 2018 02:33:13 +0000
(13:33 +1100)
litex/boards/targets/nexys_video.py
patch
|
blob
|
history
diff --git
a/litex/boards/targets/nexys_video.py
b/litex/boards/targets/nexys_video.py
index 77b54688b88b0fb9606b3ae410e46a69254596a7..daa9c9803bc0300e51167cc15ee25ca758a95111 100755
(executable)
--- a/
litex/boards/targets/nexys_video.py
+++ b/
litex/boards/targets/nexys_video.py
@@
-97,8
+97,8
@@
class BaseSoC(SoCSDRAM):
# sdram
self.submodules.ddrphy = a7ddrphy.A7DDRPHY(platform.request("ddram"))
- self.add_constant("
A7DDRPHY
_BITSLIP", 3)
- self.add_constant("
A7DDRPHY
_DELAY", 14)
+ self.add_constant("
READ_LEVELING
_BITSLIP", 3)
+ self.add_constant("
READ_LEVELING
_DELAY", 14)
sdram_module = MT41K256M16(self.clk_freq, "1:4")
self.register_sdram(self.ddrphy,
sdram_module.geom_settings,