add drc style drc(full) to run_drc.sh on Tim Edwards recommondation

This commit is contained in:
Sam Crow 2023-09-25 14:14:27 -07:00
parent ad2468cc26
commit c4a14b9354
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ def write_drc_script(cell_name, gds_name, extract, final_verification, output_pa
f.write("select top cell\n")
f.write("expand\n")
f.write('puts "Finished expanding"\n')
f.write("drc style drc(full)")
f.write("drc euclidean on\n")
f.write("drc check\n")
f.write('puts "Finished drc check"\n')