mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'tech_migration' into dev
This commit is contained in:
commit
2a9dde5401
|
|
@ -51,7 +51,7 @@ class openram_test(unittest.TestCase):
|
||||||
drc_result=verify.run_drc(a.name, tempgds, extract=True, final_verification=final_verification)
|
drc_result=verify.run_drc(a.name, tempgds, extract=True, final_verification=final_verification)
|
||||||
|
|
||||||
# Always run LVS if we are using magic
|
# Always run LVS if we are using magic
|
||||||
if "magic" in OPTS.drc_exe:
|
if "magic" in OPTS.drc_exe or drc_result == 0:
|
||||||
lvs_result=verify.run_lvs(a.name, tempgds, tempspice, final_verification=final_verification)
|
lvs_result=verify.run_lvs(a.name, tempgds, tempspice, final_verification=final_verification)
|
||||||
|
|
||||||
# Only allow DRC to fail and LVS to pass if we are using magic
|
# Only allow DRC to fail and LVS to pass if we are using magic
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue