Removed all unused analytical delay functions.

This commit is contained in:
Hunter Nichols
2019-08-06 17:09:25 -07:00
parent 2efc0a3983
commit 2ce7323838
23 changed files with 9 additions and 242 deletions
-5
View File
@@ -193,11 +193,6 @@ class dff_buf_array(design.design):
self.add_via_center(layers=("metal2","via2","metal3"),
offset=vector(clk_pin.cx(),clk_ypos))
def analytical_delay(self, corner, slew, load=0.0):
return self.dff.analytical_delay(slew=slew, load=load)
def get_clk_cin(self):
"""Return the total capacitance (in relative units) that the clock is loaded by in the dff array"""
dff_clk_cin = self.dff.get_clk_cin()