remove the cs_buf function call... smh

This commit is contained in:
samuelkcrow 2022-06-21 21:53:50 -07:00
parent 5edb511dab
commit 7b4af87fda
1 changed files with 0 additions and 1 deletions

View File

@ -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()