mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Save gds file in testutils when fail to figure out randomness in regression CI
This commit is contained in:
@@ -36,6 +36,9 @@ class openram_test(unittest.TestCase):
|
||||
import verify
|
||||
result=verify.run_drc(a.name, tempgds)
|
||||
if result != 0:
|
||||
new_file = "/tmp/"+a.name+".gds"
|
||||
debug.info(0,"Copying failed file to {}".format(new_file))
|
||||
os.copy(tempgds, newfile)
|
||||
self.fail("DRC failed: {}".format(a.name))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user