Removed windows end of line characters.

This commit is contained in:
Hunter Nichols 2020-12-15 12:08:31 -08:00
parent 942675051a
commit f1f6a1a520
5 changed files with 152 additions and 158 deletions

View File

@ -29,12 +29,6 @@ class linear_regression(simulation):
def __init__(self, sram, spfile, corner):
super().__init__(sram, spfile, corner)
self.set_corner(corner)
self.create_signal_names()
self.add_graph_exclusions()
self.delay_model = None
self.slew_model = None
self.power_model = None
self.leakage_model = None
def get_lib_values(self, slews, loads):
"""