Skip to content

Commit

Permalink
Merge pull request #251 from efabless/XOR_fix_openframe
Browse files Browse the repository at this point in the history
fixed the XOR check for openframe
  • Loading branch information
jeffdi authored Nov 2, 2023
2 parents 8ccff34 + 6396284 commit 5ebca2e
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions checks/xor_check/erase_box_openframe.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,18 @@ select top cell
#
# flatten perimeter outside of PR boundary including power rings
#
box 0 0 3166.63um -2um
box 0 0 3166.63um -210.685um
flatten -nolabels -dobox xor_target
box 3166.63um 0 3168.63um 4766.63um
box 3166.63um 0 3377.315um 4766.63um
flatten -nolabels -dobox xor_target
box 3166.63um 4766.63um 0 4768.63um
box 3166.63um 4766.63um 0 4977.315um
flatten -nolabels -dobox xor_target
box 0 4766.63um -2um 0
box 0 4766.63um -210.685um 0
flatten -nolabels -dobox xor_target
#
# load new cell and erase power straps from user_project_area
load xor_target
select top cell
erase metal5
erase metal4
erase metal5
erase metal4

#
# write gds
#
load xor_target
gds write $out_file
quit -noprompt

0 comments on commit 5ebca2e

Please sign in to comment.