mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 18:02:23 +02:00
Do not clean up if preserve temp in local_drc_check
This commit is contained in:
@@ -21,7 +21,8 @@ class openram_test(unittest.TestCase):
|
||||
if result != 0:
|
||||
self.fail("DRC failed: {}".format(w.name))
|
||||
|
||||
self.cleanup()
|
||||
if OPTS.purge_temp:
|
||||
self.cleanup()
|
||||
|
||||
def local_check(self, a, final_verification=False):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user