mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-06 09:18:34 +02:00
Add -d option to not delete temp directory on successful runs.
This commit is contained in:
@@ -39,7 +39,8 @@ class openram_test(unittest.TestCase):
|
||||
self.reset()
|
||||
self.fail("LVS mismatch: {}".format(a.name))
|
||||
|
||||
self.cleanup()
|
||||
if OPTS.purge_temp:
|
||||
self.cleanup()
|
||||
|
||||
def cleanup(self):
|
||||
""" Reset the duplicate checker and cleanup files. """
|
||||
|
||||
Reference in New Issue
Block a user