Characterize only nom corner

This commit is contained in:
Bugra Onal 2023-02-14 12:01:14 -08:00
parent 39104fa9d8
commit b70f919a2b
2 changed files with 2 additions and 0 deletions

View File

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

View File

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