Nominal corner only for sim tests. Netlist only for speed.

This commit is contained in:
Matt Guthaus 2019-11-30 12:48:25 -08:00
parent 615c24f7bc
commit 7b9e7ff35b
4 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class lib_model_corners_lib_test(openram_test):
def runTest(self):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
OPTS.nominal_corner_only = False
OPTS.netlist_only = True
from characterizer import lib

View File

@ -20,6 +20,7 @@ class lib_sram_model_test(openram_test):
def runTest(self):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
OPTS.nominal_corner_only = False
OPTS.netlist_only = True
from characterizer import lib

View File

@ -21,6 +21,7 @@ class lib_sram_prune_test(openram_test):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
OPTS.analytical_delay = False
OPTS.netlist_only = True
OPTS.trim_netlist = True
# This is a hack to reload the characterizer __init__ with the spice version

View File

@ -20,6 +20,7 @@ class lib_test(openram_test):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
OPTS.analytical_delay = False
OPTS.netlist_only = True
OPTS.trim_netlist = False
# This is a hack to reload the characterizer __init__ with the spice version