Generating a List of DRC Violations?

I am using KLayout as a standalone DRC engine, running DRC runsets generated by a separate python script. Right now I have it configured so that the results (violations) of the DRC are sent to a new layer in the original .gds file.

In the output layer sometimes the violations are small or difficult to see, and especially with large layouts could sometimes be missed. What I would like to do is to have the DRC runset generate a text list of violations and their coordinates in the output layer so that they can all be evaluated individually.

What's the best way of going about doing this?

Comments

Sign In or Register to comment.