mirror of https://github.com/VLSIDA/OpenRAM.git
remove the cs_buf function call... smh
This commit is contained in:
parent
5edb511dab
commit
7b4af87fda
|
|
@ -293,7 +293,6 @@ class control_logic_delay(design.design):
|
||||||
""" Create all the instances """
|
""" Create all the instances """
|
||||||
self.create_dffs()
|
self.create_dffs()
|
||||||
self.create_clk_buf_row()
|
self.create_clk_buf_row()
|
||||||
self.create_cs_buf_row()
|
|
||||||
self.create_gated_clk_bar_row()
|
self.create_gated_clk_bar_row()
|
||||||
self.create_gated_clk_buf_row()
|
self.create_gated_clk_buf_row()
|
||||||
self.create_delay()
|
self.create_delay()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue