Tim Edwards
06/27/2023, 8:00 PMdrc find <text>
, which finds DRC errors according to the DRC report text instead of just by an index into the total count of errors. So with the Sky130 PDK, for example, you could use drc find li.1
to find local interconnect width errors. Also, you can do the opposite as well, which is to ignore an error type with the command option `drc ignore <text>`; that's helpful if you have some false error in the layout and it is getting in the way of finding the real errors.HyungJoo Park
06/29/2023, 4:54 AM