DRC is pretty solid in klayout in terms of speed (...
# klayout
m
DRC is pretty solid in klayout in terms of speed (the multithreading helps!)
n
but the result may be inconsistent with magic in some cases. In my case, magic report the DRC results faster but really hard to locate the errors in GUI
m
Yes, the standard metal rules are pretty straight forward though
Magic is pretty easy to locate them. I use this macro: macro ! "drc find; findbox zoom; zoom 16" Pressing ! will cycle through and zoom to the errors.
👍 2