最近在做一个项目,Fab提供的Antenna Rule中有如下语句,看了半天不明白,有了解的帮忙解读一下,谢谢!!
M1_DIO = NET AREA RATIO SD M1 > 0
M1_MIN_DIO = NET AREA M1_DIO > 0.203 // minimum effective diode 0.203
! :returns a 1 (true) if its argument is 0;
returns 0 (false) otherwise.
example:
!AREA(poly)
: returns a 1 if there is no poly in the data capture window.
returns 0 if there is poly present in the capture window.