mirror of https://github.com/VLSIDA/OpenRAM.git
Characterize only nom corner
This commit is contained in:
parent
39104fa9d8
commit
b70f919a2b
|
|
@ -82,6 +82,7 @@ class lib:
|
||||||
debug.info(1, "Slews: {0}".format(self.slews))
|
debug.info(1, "Slews: {0}".format(self.slews))
|
||||||
debug.info(1, "Loads: {0}".format(self.loads))
|
debug.info(1, "Loads: {0}".format(self.loads))
|
||||||
debug.info(1, "self.load_slews : {0}".format(self.load_slews))
|
debug.info(1, "self.load_slews : {0}".format(self.load_slews))
|
||||||
|
|
||||||
def create_corners(self):
|
def create_corners(self):
|
||||||
""" Create corners for characterization. """
|
""" Create corners for characterization. """
|
||||||
# Get the corners from the options file
|
# Get the corners from the options file
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@ s.setup_multiport_constants()
|
||||||
|
|
||||||
OPTS.netlist_only = True
|
OPTS.netlist_only = True
|
||||||
OPTS.check_lvsdrc = False
|
OPTS.check_lvsdrc = False
|
||||||
|
OPTS.nomimal_corner_only = True
|
||||||
|
|
||||||
# TODO: remove this after adding trimmed netlist gen to sram run
|
# TODO: remove this after adding trimmed netlist gen to sram run
|
||||||
OPTS.trim_netlist = False
|
OPTS.trim_netlist = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue