mirror of https://github.com/VLSIDA/OpenRAM.git
Use any spice for the functional tests.
This commit is contained in:
parent
028146f3c2
commit
e46a4fb115
|
|
@ -16,7 +16,6 @@ class sram_func_test(unittest.TestCase):
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
|
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
|
||||||
OPTS.check_lvsdrc = False
|
OPTS.check_lvsdrc = False
|
||||||
OPTS.spice_name="hspice"
|
|
||||||
OPTS.analytical_delay = False
|
OPTS.analytical_delay = False
|
||||||
import characterizer
|
import characterizer
|
||||||
reload(characterizer)
|
reload(characterizer)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue