From 7fa6c7ce0f85070018cedd720f5057ae2cde76f0 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 26 May 2021 15:24:31 -0700 Subject: [PATCH] Typo in wmask supply variable --- compiler/sram/sram_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/sram/sram_base.py b/compiler/sram/sram_base.py index 8c332dab..0db5a4d6 100644 --- a/compiler/sram/sram_base.py +++ b/compiler/sram/sram_base.py @@ -695,7 +695,7 @@ class sram_base(design, verilog, lef): inputs.append("wmask{}[{}]".format(port, bit)) outputs.append("bank_wmask{}[{}]".format(port, bit)) - self.connect_inst(inputs + outputs + ["clk_buf{}".format(port)] + self.ext_suplies) + self.connect_inst(inputs + outputs + ["clk_buf{}".format(port)] + self.ext_supplies) return insts