<!channel>: Yesterday I implemented a new command...
# magic
t
<!channel>: Yesterday I implemented a new command option/feature that I think a lot of people will find useful. The new option is
drc 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.
๐Ÿ‘๐Ÿป 1
๐Ÿคฉ 4
๐Ÿ‘๐Ÿผ 1
๐Ÿ‘ 27
h
This is what I desperately looking for. Thank you!!