Use any spice for the functional tests.

This commit is contained in:
Matt Guthaus 2018-01-26 13:53:11 -08:00
parent 028146f3c2
commit e46a4fb115
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ class sram_func_test(unittest.TestCase):
def runTest(self):
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
OPTS.check_lvsdrc = False
OPTS.spice_name="hspice"
OPTS.analytical_delay = False
import characterizer
reload(characterizer)