mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Characterize only nom corner
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user