From e46a4fb1158a080a429867b3717167a48fd41851 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 26 Jan 2018 13:53:11 -0800 Subject: [PATCH] Use any spice for the functional tests. --- compiler/tests/22_sram_func_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/tests/22_sram_func_test.py b/compiler/tests/22_sram_func_test.py index 62635a4f..524904ef 100644 --- a/compiler/tests/22_sram_func_test.py +++ b/compiler/tests/22_sram_func_test.py @@ -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)