Guest
On Oct 19, 5:48 pm, Reotaro Hashemoto <ahmad.abdulgh...@gmail.com>
wrote:
I guess that drc(...) will log into the DRC report, whereas
errorLayer(..) will store the result in the layout database in the
appropriate layer ( Error Marker ).
Regards,
Suresh
wrote:
Ahmad,Hi,
I'm not very familiar with Assura DRC rules syntax, and I have a basic
question about that.
What is the difference between the functions:
- drc( ... "message")
- errorlayer(.... "message")
And must they both be used together to have a complete DRC rule?
e.g. Is this a correct example for a DRC rule and there'll be no
conflict between messages in drc() and errolayer()?
gate=geomNot(poly activeArea);
rule=drc(gate sep<0.1 "gates separation rules);
errorlayer(rule "Gates minimum separation is 0.1!");
What's the reference in Assura documentation that i need to read for
more info about Assura different functions?
Thanks,
Ahmad
I guess that drc(...) will log into the DRC report, whereas
errorLayer(..) will store the result in the layout database in the
appropriate layer ( Error Marker ).
Regards,
Suresh