From 02d8eca6404e98858d25e3955fbf35b64f121b1b Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Thu, 28 Jul 2022 15:07:19 -0700 Subject: [PATCH] Fix indentation --- compiler/modules/sram_multibank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/sram_multibank.py b/compiler/modules/sram_multibank.py index 324b5ecf..43195260 100644 --- a/compiler/modules/sram_multibank.py +++ b/compiler/modules/sram_multibank.py @@ -26,7 +26,7 @@ class sram_multibank: 'bank_sel': ceil(log(sram.num_banks, 2)), 'num_wmask': sram.num_wmasks, 'write_size': sram.write_size - } + } def verilog_write(self, name): template_filename = os.path.join(os.path.abspath(os.environ["OPENRAM_HOME"]), "sram/sram_multibank_template.v")