diff --git a/compiler/characterizer/lib.py b/compiler/characterizer/lib.py index 0d75d80f..d2e0c227 100644 --- a/compiler/characterizer/lib.py +++ b/compiler/characterizer/lib.py @@ -82,6 +82,7 @@ class lib: debug.info(1, "Slews: {0}".format(self.slews)) debug.info(1, "Loads: {0}".format(self.loads)) debug.info(1, "self.load_slews : {0}".format(self.load_slews)) + def create_corners(self): """ Create corners for characterization. """ # Get the corners from the options file diff --git a/compiler/sram_char.py b/compiler/sram_char.py index 47a621bf..41b89512 100755 --- a/compiler/sram_char.py +++ b/compiler/sram_char.py @@ -69,6 +69,7 @@ s.setup_multiport_constants() OPTS.netlist_only = True OPTS.check_lvsdrc = False +OPTS.nomimal_corner_only = True # TODO: remove this after adding trimmed netlist gen to sram run OPTS.trim_netlist = False