mirror of https://github.com/VLSIDA/OpenRAM.git
Fail unit test, but mention if LVS passes and DRC fails.
This commit is contained in:
parent
0a87691176
commit
3379f46da1
|
|
@ -57,8 +57,7 @@ class openram_test(unittest.TestCase):
|
||||||
# zip_file = "/tmp/{0}_{1}".format(a.name, os.getpid())
|
# zip_file = "/tmp/{0}_{1}".format(a.name, os.getpid())
|
||||||
# debug.info(0, "Archiving failed files to {}.zip".format(zip_file))
|
# debug.info(0, "Archiving failed files to {}.zip".format(zip_file))
|
||||||
# shutil.make_archive(zip_file, 'zip', OPTS.openram_temp)
|
# shutil.make_archive(zip_file, 'zip', OPTS.openram_temp)
|
||||||
debug.warning("DRC failed but LVS passed: {}".format(a.name))
|
self.fail("DRC failed but LVS passed: {}".format(a.name))
|
||||||
# self.fail("DRC failed but LVS passed: {}".format(a.name))
|
|
||||||
elif drc_result != 0:
|
elif drc_result != 0:
|
||||||
# import shutil
|
# import shutil
|
||||||
# zip_file = "/tmp/{0}_{1}".format(a.name, os.getpid())
|
# zip_file = "/tmp/{0}_{1}".format(a.name, os.getpid())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue