diff --git a/compiler/modules/control_logic_delay.py b/compiler/modules/control_logic_delay.py index 5e6ac558..6605d5df 100644 --- a/compiler/modules/control_logic_delay.py +++ b/compiler/modules/control_logic_delay.py @@ -633,7 +633,7 @@ class control_logic_delay(design.design): if self.port_type=="rw": input_name = "we_bar" else: - input_name = "cs_buf" + input_name = "cs" # GATE FOR S_EN self.s_en_gate_inst = self.add_inst(name="and_s_en", mod=self.sen_and3)