Skip to content

Commit 7c2d0fa

Browse files
committedJun 17, 2015
indentation
1 parent c0bc94c commit 7c2d0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎misoclib/soc/sdram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def register_sdram_phy(self, phy):
5454
main_ram_size = min(main_ram_size, 256*1024*1024)
5555
l2_size = self.sdram_controller_settings.l2_size
5656

57-
# add a wishbone interface to the DRAM
57+
# add a Wishbone interface to the DRAM
5858
wb_sdram = wishbone.Interface()
5959
self.add_wb_sdram_if(wb_sdram)
6060
self.register_mem("main_ram", self.mem_map["main_ram"], wb_sdram, main_ram_size)

0 commit comments

Comments
 (0)
Please sign in to comment.