how to write a very simple DRC rule file for DIVA

V

Virtuoso

Guest
Does anyone know how to write a very simple DRC rule file for DIVA? I
simply want to check the size of VIA2 to make sure all Less Than 0.5u.
Thanks!
 
On 7 Jun 2006 12:17:26 -0700, "Virtuoso" <supermos@gmail.com> wrote:

Does anyone know how to write a very simple DRC rule file for DIVA? I
simply want to check the size of VIA2 to make sure all Less Than 0.5u.
Thanks!
drcExtractRules(
drc("VIA2" width < 0.5)
)
 

Welcome to EDABoard.com

Sponsor

Back
Top