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

This reverts commit c4a14b9354.
This commit is contained in:
Sam Crow 2023-09-26 11:37:04 -07:00
parent c4a14b9354
commit 5b282df667
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ 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')