mirror of https://github.com/VLSIDA/OpenRAM.git
Save gds file in testutils when fail to figure out randomness in regression CI
This commit is contained in:
parent
de61630962
commit
3b6b93e2ca
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue