mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 21:18:50 +02:00
Modify unit tests to reset options during init_openram so
that they don't use old parameters after a failure.
This commit is contained in:
@@ -17,7 +17,6 @@ class precharge_test(openram_test):
|
||||
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
|
||||
global verify
|
||||
import verify
|
||||
OPTS.check_lvsdrc = False
|
||||
|
||||
import precharge_array
|
||||
import tech
|
||||
@@ -26,7 +25,6 @@ class precharge_test(openram_test):
|
||||
pc = precharge_array.precharge_array(columns=3)
|
||||
self.local_check(pc)
|
||||
|
||||
OPTS.check_lvsdrc = True
|
||||
globals.end_openram()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user