<@U016EM8L91B> Is there an option in magic to gene...
# magic
w
@User Is there an option in magic to generate a log file which contains the list of all DRC errors? I have seen
drc count
drc find
but I could not find anything which would generate the whole list.
t
Look in openlane in
scripts/magic_drc.tcl
Small TCL script writing a report.
drc listall why
is what it uses and then some text formatting to make it look nice in the text file.
w
ok I would look into it