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