Difference between revisions of "MLA150 - Design Guidelines"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(added conversion notes on each file type)
 
(→‎Alignment Marks: comment on mark placement across wafer)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Notes and specifications to help you design your [https://en.wikipedia.org/wiki/Computer-aided_design CAD drawings] for use on the Maskless Aligner, [[Maskless Aligner (Heidelberg MLA150)|Heidelberg MLA150]].
 
Notes and specifications to help you design your [https://en.wikipedia.org/wiki/Computer-aided_design CAD drawings] for use on the Maskless Aligner, [[Maskless Aligner (Heidelberg MLA150)|Heidelberg MLA150]].
   
The term ''Convert'' refers to the Unix conversion software used to import your CAD files into the MLA150Menu software.
+
The term ''Convert'' refers to the Unix conversion software used to import your CAD files into the ''MLA150Menu'' software.
  +
  +
== General CAD Guidelines ==
  +
* GDS / GDSii is the preferred file format (fewest errors).  DXF, CIF, BMP and Gerber are also available.
  +
* Note the Cell that you want to print.  Only one Cell may be printed, so use Cell Instancing to create combinations of Cells.
  +
* Note the Layer(s) to print.  The system can select either a single Layer, or can combine multiple layers via Boolean OR.
  +
* The Origin (0,0) in your file is the reference for all coordinates during exposure, including alignment mark exposure/measurement.
  +
* Your file name cannot contain any spaces or special characters except for underscores.
  +
* Make sure the file extension is all lower case (e.g. .gds not .GDS) as some design programs (e.g. Klayout) will create a file with an upper case file extension.
   
 
== CAD Design File Specifications ==
 
== CAD Design File Specifications ==
Line 8: Line 16:
 
* This is the preferred file format for import into the machine.
 
* This is the preferred file format for import into the machine.
   
* Make note the "Cell" that you want to print, often called the "top cell" as it can contain a heirarchy of other child/instanced cells.
+
* Make note of the "Cell" that you want to print, often called the "top cell" as it can contain a hierarchy of other child/instanced cells.
** This is called "GDS Structure" in the ''convert'' software.
+
** This is called "GDS Structure" in the ''Convert'' software.
  +
* Note the Layer to be printed. You can boolean Union (combine) multiple layers, or print only one layer.
   
 
=== DXF ===
 
=== DXF ===
Common export format for users of AutoCAD.
+
Common export format for users of AutoCAD. Export with AutoCAD R12 compatibility.
* DXF files can often lose the "units" when exported, meaning the ''Convert'' software may not know if a length of "10" means "10 mm" or "10 µm".
+
* DXF files don't define the "units" when exported, so you must type in the designed length units in ''Convert'' software during import. Eg. whether a length of "10" means "10 mm" or "10 µm".
  +
* It is easy for these files to have "open polygons", meaning the ends of the polygon don't attach, preventing the software from calculating the filled-in area to write. You can use L-Edit or KLayout's Design Rule Check automation to try and locate these kinds of errors.
 
* Make sure to use ''Convert''<nowiki/>'s [Viewer] and the [Measure] tool to make sure the scaling factors are correct.
 
* Make sure to use ''Convert''<nowiki/>'s [Viewer] and the [Measure] tool to make sure the scaling factors are correct.
  +
* Note the Layer to be pri<nowiki/>nted. You can boolean Union (combine) multiple layers, or print only one layer.
   
 
=== BMP ===
 
=== BMP ===
The BMP Pixelsizes are shown in the BMP options when importing a file into ''Convert''. The BMP pixel size can be adjusted to change the scaling of the bmp file (from 40 to 4000nm). The base pixel size is 40nm.
+
The BMP Pixelsizes are shown in the BMP options when importing a file into ''Convert''.
  +
  +
The BMP pixel size can be adjusted to change the scaling of the bmp file. The base pixel size is 40nm per pixel, and can be adjusted up to 4000nm in increments of 40nm (eg. ''pixel size = 40nm, 80nm, 120nm ... 3960nm, 4000nm'').
   
 
=== CIF ===
 
=== CIF ===
Line 24: Line 37:
 
=== Gerber ===
 
=== Gerber ===
 
''To Be Added''
 
''To Be Added''
  +
  +
== Alignment Marks ==
  +
The system is very versatile, and can align to any feature you like using "Manual Alignment", as long as you know the coordinates of that feature with respect to your CAD file's origin (0,0).
  +
  +
You can use the software to shoot the alignemnt marks for you, on a first (or other) layer.  That method is best for circular wafers that tend to have open, unused areas on the outer edges, perfect for placing an alignment mark (with no die).  
  +
  +
You can optionally place the marks directly inside your die.
  +
  +
The system will only need at least 4 marks at different places on the wafer (8 max) for global alignment. Preferably, these should be placed as far apart as possible (for rotation/scaling measurement), and at different quadrants of the wafer (for shearing/orthogonality).
  +
  +
=== Automatic Alignment ===
  +
Automatic alignment (ie. automatic measuring of the mark, or Field/"Local" Alignment) requires a basic Cross ✚ shape, for example with 20µm line width (10µm to 50µm should work).
  +
  +
The cross extents need to fill the whole camera field of view, which are as follows:
  +
{| class="wikitable"
  +
|+Minimum size of Cross for auto. alignment
  +
!Camera
  +
!Field of View
  +
|-
  +
|Low Res.
  +
|640 x 480 µm
  +
|-
  +
|High Res.
  +
|190 x 140 µm
  +
|}
  +
If your cross does not fill the whole field, you can use the Reduced Detection Area button to make the image detection measure in a smaller area.
   
 
== High-Resolution Writing ==
 
== High-Resolution Writing ==
Line 29: Line 68:
   
 
Overexposing alleviates the stitching boundaries.
 
Overexposing alleviates the stitching boundaries.
  +
  +
== Greyscale Lithography ==
  +
BMP and DXF are acceptable formats for greyscale lithography. ''Convert'' accepts values 0-255 grey levels. File size can be an issue.
  +
  +
=== Greyscale BMP ===
  +
Accepts 4-bit up to 24-bit bitmap files, although 8-bit gives the full greyscale range (256 grey values).
  +
  +
=== Greyscale DXF ===
  +
Each grey-level should be on a separate layer, where the layer name should be a number corresponding to the grey-level to print (1-255).

Revision as of 10:50, 15 July 2021

Notes and specifications to help you design your CAD drawings for use on the Maskless Aligner, Heidelberg MLA150.

The term Convert refers to the Unix conversion software used to import your CAD files into the MLA150Menu software.

General CAD Guidelines

  • GDS / GDSii is the preferred file format (fewest errors).  DXF, CIF, BMP and Gerber are also available.
  • Note the Cell that you want to print.  Only one Cell may be printed, so use Cell Instancing to create combinations of Cells.
  • Note the Layer(s) to print.  The system can select either a single Layer, or can combine multiple layers via Boolean OR.
  • The Origin (0,0) in your file is the reference for all coordinates during exposure, including alignment mark exposure/measurement.
  • Your file name cannot contain any spaces or special characters except for underscores.
  • Make sure the file extension is all lower case (e.g. .gds not .GDS) as some design programs (e.g. Klayout) will create a file with an upper case file extension.

CAD Design File Specifications

GDS aka. GDSii

  • This is the preferred file format for import into the machine.
  • Make note of the "Cell" that you want to print, often called the "top cell" as it can contain a hierarchy of other child/instanced cells.
    • This is called "GDS Structure" in the Convert software.
  • Note the Layer to be printed. You can boolean Union (combine) multiple layers, or print only one layer.

DXF

Common export format for users of AutoCAD. Export with AutoCAD R12 compatibility.

  • DXF files don't define the "units" when exported, so you must type in the designed length units in Convert software during import. Eg. whether a length of "10" means "10 mm" or "10 µm".
  • It is easy for these files to have "open polygons", meaning the ends of the polygon don't attach, preventing the software from calculating the filled-in area to write. You can use L-Edit or KLayout's Design Rule Check automation to try and locate these kinds of errors.
  • Make sure to use Convert's [Viewer] and the [Measure] tool to make sure the scaling factors are correct.
  • Note the Layer to be printed. You can boolean Union (combine) multiple layers, or print only one layer.

BMP

The BMP Pixelsizes are shown in the BMP options when importing a file into Convert.

The BMP pixel size can be adjusted to change the scaling of the bmp file. The base pixel size is 40nm per pixel, and can be adjusted up to 4000nm in increments of 40nm (eg. pixel size = 40nm, 80nm, 120nm ... 3960nm, 4000nm).

CIF

To Be Added

Gerber

To Be Added

Alignment Marks

The system is very versatile, and can align to any feature you like using "Manual Alignment", as long as you know the coordinates of that feature with respect to your CAD file's origin (0,0).

You can use the software to shoot the alignemnt marks for you, on a first (or other) layer.  That method is best for circular wafers that tend to have open, unused areas on the outer edges, perfect for placing an alignment mark (with no die).  

You can optionally place the marks directly inside your die.

The system will only need at least 4 marks at different places on the wafer (8 max) for global alignment. Preferably, these should be placed as far apart as possible (for rotation/scaling measurement), and at different quadrants of the wafer (for shearing/orthogonality).

Automatic Alignment

Automatic alignment (ie. automatic measuring of the mark, or Field/"Local" Alignment) requires a basic Cross ✚ shape, for example with 20µm line width (10µm to 50µm should work).

The cross extents need to fill the whole camera field of view, which are as follows:

Minimum size of Cross for auto. alignment
Camera Field of View
Low Res. 640 x 480 µm
High Res. 190 x 140 µm

If your cross does not fill the whole field, you can use the Reduced Detection Area button to make the image detection measure in a smaller area.

High-Resolution Writing

It has been suggested to use the "CD Bias" (Critical dimension) to reduce your feature sizes during the Convert process, and then compensate by going to higher exposure doses (widening the features back to original size). If you choose a "-200 nm" CD Bias, then run a Focus-Exposure Array ("Series" in MLAMenu), you will look for the higher/lower doses (depending on photoresist and design polarity) that bring the features back to the original designed sizes.

Overexposing alleviates the stitching boundaries.

Greyscale Lithography

BMP and DXF are acceptable formats for greyscale lithography. Convert accepts values 0-255 grey levels. File size can be an issue.

Greyscale BMP

Accepts 4-bit up to 24-bit bitmap files, although 8-bit gives the full greyscale range (256 grey values).

Greyscale DXF

Each grey-level should be on a separate layer, where the layer name should be a number corresponding to the grey-level to print (1-255).