From 7b4af87fda433c6ca32311dbeea15b8b2917ed86 Mon Sep 17 00:00:00 2001 From: samuelkcrow Date: Tue, 21 Jun 2022 21:53:50 -0700 Subject: [PATCH] remove the cs_buf function call... smh --- compiler/modules/control_logic_delay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/modules/control_logic_delay.py b/compiler/modules/control_logic_delay.py index 7cbf0109..010c48e0 100644 --- a/compiler/modules/control_logic_delay.py +++ b/compiler/modules/control_logic_delay.py @@ -293,7 +293,6 @@ class control_logic_delay(design.design): """ Create all the instances """ self.create_dffs() self.create_clk_buf_row() - self.create_cs_buf_row() self.create_gated_clk_bar_row() self.create_gated_clk_buf_row() self.create_delay()