From 67c1560df0ec7a1a44b07a9d66c66d396afcaf1f Mon Sep 17 00:00:00 2001 From: samuelkcrow Date: Tue, 21 Jun 2022 11:45:17 -0700 Subject: [PATCH] forgot other place with cs_buf --- compiler/modules/control_logic_delay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/control_logic_delay.py b/compiler/modules/control_logic_delay.py index 6605d5df..c1bac0ed 100644 --- a/compiler/modules/control_logic_delay.py +++ b/compiler/modules/control_logic_delay.py @@ -559,7 +559,7 @@ class control_logic_delay(design.design): def create_wlen_row(self): self.wl_en_unbuf_and_inst = self.add_inst(name="and_wl_en_unbuf", mod=self.wl_en_and) - self.connect_inst(["cs_buf", "glitch2_bar", "wl_en_unbuf", "vdd", "gnd"]) + self.connect_inst(["cs", "glitch2_bar", "wl_en_unbuf", "vdd", "gnd"]) self.wl_en_inst=self.add_inst(name="buf_wl_en", mod=self.wl_en_driver)