mirror of https://github.com/VLSIDA/OpenRAM.git
Nominal corner only for sim tests. Netlist only for speed.
This commit is contained in:
parent
615c24f7bc
commit
7b9e7ff35b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue