From 7c2d0fa641444a6068878c38451c8d8163a9dd90 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 17 Jun 2015 08:32:17 -0600 Subject: [PATCH] indentation --- misoclib/soc/sdram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misoclib/soc/sdram.py b/misoclib/soc/sdram.py index c21f2f74..4f60e2df 100644 --- 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 wishbone interface to the DRAM + # add a Wishbone 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) -- 2.30.2