Only do total DRC count.

This commit is contained in:
mrg 2020-12-15 13:00:20 -08:00
parent 6714e9fac0
commit 9d9f0fddf0
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ def write_drc_script(cell_name, gds_name, extract, final_verification, output_pa
f.write("drc catchup\n")
f.write('puts "Finished drc catchup"\n')
f.write("drc count total\n")
f.write("drc count\n")
f.write("quit -noprompt\n")
f.write("EOF\n")
f.write("magic_retcode=$?\n")