mirror of https://github.com/VLSIDA/OpenRAM.git
Re-enable abort on supply error.
This commit is contained in:
parent
47a3dfafee
commit
1bdf4dbe4f
|
|
@ -182,10 +182,7 @@ def run_lvs(cell_name, gds_name, sp_name, final_verification=False):
|
|||
# FIXME: Remove when vdd/gnd connected
|
||||
#'lvsAbortOnSupplyError' : 0
|
||||
|
||||
# This should be removed for final verification
|
||||
# FIXMEFIXMEFIXME
|
||||
# MRG: Just doing this to merge pdriver
|
||||
if True or not final_verification:
|
||||
if not final_verification:
|
||||
lvs_runset['cmnVConnectReport']=1
|
||||
lvs_runset['cmnVConnectNamesState']='SOME'
|
||||
lvs_runset['cmnVConnectNames']='vdd gnd'
|
||||
|
|
|
|||
Loading…
Reference in New Issue