Is there any way to ignore certain types of LVS er...
# chipignite
l
Is there any way to ignore certain types of LVS errors? Like "Top level cell failed pin matching" and "CVC: PMOS Source vs Bulk:"? The LVS_IGNORE in lvs_config.json is just for files right? Hmm probably I should turn off server-side LVS and just do local¿
m
@Luke Harold Miles there is nothing currently that specifically allows you to ignore certain LVS errors. If you can get LVS to pass locally in precheck, I would suggest turning off server side precheck. LVS_IGNORE is a list of cell names that you want to skip comparison of during LVS.
👍 1