projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0bc94c
)
indentation
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 17 Jun 2015 14:32:17 +0000
(08:32 -0600)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 17 Jun 2015 14:32:17 +0000
(08:32 -0600)
misoclib/soc/sdram.py
patch
|
blob
|
history
diff --git
a/misoclib/soc/sdram.py
b/misoclib/soc/sdram.py
index c21f2f74ee9ad7e63db06ee9e0a9e6a08a4ca43e..4f60e2dfd4f1dce8d002e4ce73689e463d78c723 100644
(file)
--- a/
misoclib/soc/sdram.py
+++ b/
misoclib/soc/sdram.py
@@
-54,7
+54,7
@@
class SDRAMSoC(SoC):
main_ram_size = min(main_ram_size, 256*1024*1024)
l2_size = self.sdram_controller_settings.l2_size
-
# add a w
ishbone interface to the DRAM
+
# add a W
ishbone interface to the DRAM
wb_sdram = wishbone.Interface()
self.add_wb_sdram_if(wb_sdram)
self.register_mem("main_ram", self.mem_map["main_ram"], wb_sdram, main_ram_size)