1 / 21

Linear Time Algorithm to Find All Relocation Positions for EUV Defect Mitigation

Linear Time Algorithm to Find All Relocation Positions for EUV Defect Mitigation. Yuelin Du, Hongbo Zhang, Qiang Ma and Martin D. F. Wong ASPDAC‘13. Outline. Introduction Problem formulation Algorithm Experimental results Conclusion. Introduction.

ojal
Download Presentation

Linear Time Algorithm to Find All Relocation Positions for EUV Defect Mitigation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linear Time Algorithm to Find All Relocation Positions for EUV Defect Mitigation Yuelin Du, Hongbo Zhang, Qiang Ma and Martin D. F. Wong ASPDAC‘13

  2. Outline • Introduction • Problem formulation • Algorithm • Experimental results • Conclusion

  3. Introduction • With the current VLSI technology shrinking to sub-20nm, EUV lithography has become a leading candidate to replace the 193nm technology. • But, the absence of defect-free blanks in EUV mask fabrication,a methodology that is able to deal with defective blanks will be required

  4. Introduction

  5. Introduction

  6. Problem formulation • Maximize the number of valid dies within the exposure field.

  7. Problem formulation • Find the all feasible regions.

  8. Algorithm • Blank Region Partition • Blank Region with No Effective Defect • Blank Region with Single Effective Defect • Blank Region with Multiple Effective Defect

  9. Blank Region Partition • no part of the die can be shifted outside the exposurefield • Each defect has a unique impact range

  10. Blank Region with No Effective Defect • The bottom left corner of the die is located within this region, no defect will locate within the die area, and hence all defect impact is completely mitigated.

  11. Blank Region with Single Effective Defect • Step 1. Impacted Feature Extraction • Step 2. Impacted Feature Shrinking • Step 3. Shrunk Die Area Rotation and Shift

  12. Impacted Feature Extraction • The width/height of 3’is equal to the width/height of 3 plus the width/height of the defect. • Impacted Feature: F2,F3

  13. Impacted Feature Shrinking • In the second step, the impacted features and the impacted die area 3are shrunk by the size of the effective defect.

  14. Shrunk Die Area Rotation and Shift • Therefore, the shrunk features in 3’’and the feasible regions in 3 are diagonally symmetric.

  15. Blank Region with Multiple Effective Defect • The objective is to find the feasible regions to locate the die where all defects are covered by features simultaneously. • We first consider each defect separately • And the sets of feasible regions are intersected to obtain the final feasible region

  16. Time Complexity Analysis • n: the number of features in the die.

  17. Improved Strategy for Layout Intersection

  18. Experimental result • We implement our algorithm using C++ on a workstation with an Intel Xeon E5620 2.40GHz CPU and 36GB memory • Then we carry out our experiments with a 11nm design • The defects size form 50nm to 200nm • The size of the exposure field is 10.4cm by 13.2cm.

  19. Experimental results

  20. Experimental results

  21. Conclusion • In this paper we propose an efficient algorithm to find all layout relocation positions to place a valid die on a defective blank for defect mitigation. • By simple parallelism, the efficiency can be further improved.

More Related