Drawing Design Rules for DXF to GDSIIASM 3500 converts AutoCAD DXF files into GDSII so that AutoCAD users can send their drawing files to IC design software or to mask making machines. The two databases are not organized alike. Therefore, not every entity in AutoCAD has a corresponding element in GDSII. Since the GDSII file is usually processed one more time to create mask data, there may be additional limitations imposed on what you may draw by the mask making machine. This document summarizes good drawing practices. Topics |
Setting up the AutoCAD Drawing EnvironmentSince your intention is to transfer information accurately to GDSII you should set up your AutoCAD drawing environment as closely as possible to the equivalent drawing environment for GDSII systems. The following parameters should be set. Grid Most GDSII databases are in units of microns. Other units are perfectly acceptable but we recommend that you try to use the same units in AutoCAD drawings as your target CAD system uses. Snap Units UCS and VPOINT Layer Names No Hatching |
Data Origin![]()
|
You should select one of two locations for your mask origin: |
|
Avoid drawing your mask so that it is far away from the origin [c] - this could cause problems later on for the person using your design. Also do not put any data at all outside of the normal extents of your mask. If you must have data outside of the mask area, such as a title border, make sure it is on a separate layer and purge that layer prior to running a translation to DXF. |
Drawing BoundariesOne of the two basic entities in GDSII is the boundary. Closed Number of Vertices No Self Intersection Drawing Boundaries in AutoCADThere are several different ways to draw a closed boundary in AutoCAD. Zero Width Closed Polyline (zwcp) The best way to draw boundaries is to use AutoCAD's zero width polyline and to use the close command to close the polyline. Polylines with Width |
|
A closed polyline with width will result in either a self intersecting boundary or path [a]. Many times a user will want to draw a frame around an area using a wide polyline. Do this with two separate polylines. |
|
Solids Lines and Arcs It is also possible to accidentally draw self-intersecting boundaries when using lines and arcs since the linking routine may come to a point where the correct path to follow is ambiguous. |
|
While a GDSII boundary may not self intersect, it may touch itself. This is called a re-entrant polygon. |
|
|
Re-entrant polygons should only be used if one is sure the subsequent GDSII reader can support them. Re-entrant boundaries should only be drawn using zero width closed polylines. 200 vertex limitThe 200 vertex limit is an artificial one imposed by the GDSII definitions. Many software developers have found this limitation too restrictive and have developed programs that support more than 200 vertices.For example, if you are generating GDSII data to be sent to a MEBEs fracturing software, such as CATS by Transcription Enterprises, you may find that this fracturing software supports boundaries with vertices up to 2048 sides.
If you verify that the end user can accept more than 200 vertices, then you can go ahead and
2] configure Artwork's translators to support more than 200 vertices. |
Drawing Paths using Polylines |
![]()
|
|
In addition to the boundary, GDSII also has a PATH entity. (Some CAD systems call a path a WIRE). These are often used in IC's to interconnect boundaries representing metal pads. There are three types of PATHS. |
![]()
|
ASM 3500 always generates PATHS of type 0.
|
Characteristics of PATHS
Drawing PATHS in AutoCAD Path Mitering Drawing Islands and Isolated AreasIslands are clear field areas surrounded by a dark field on the mask. They cannot be drawn in the same manner as you would for controlling a plotter or cutting machine. AutoCAD and GDSII have no way to determine that a particular polygon interior should be clear. |
|
In the drawing to the right, the designer drew one boundary inside of another [a]. Instead of getting the mask he desired [b], he got the black mask shown in [c]. This is because GDSII fills each boundary solid independent of its relationship to other boundaries. There is no such thing as an empty boundary in GDSII. |
|
Two mating boundariesYou can use two separate boundaries that butt up against each other to form the frame. Only use a closed polyline - if you use lines, most likely they will be linked incorrectly to form a self intersecting boundary.
|
![]() These actually touch but are shown separated for clarity. |
Re-entrant BoundaryAnother method to realize an island is to go into the interior of your polygon and out again via the same path. This is called a re-entrant boundary. This is best done using a closed zero width polyline. |
|
TextASM 3500 supports text but cannot pass the actual font information. Therefore, you should not rely on fancy or special text fonts.
Supported Text Functions:
Unsupported Text Functions
|
NotesJust because ASM 3500 supports text and text is a valid entity in GDSII, it does not mean that all target systems will correctly read text. Some GDSII postprocessors do not support text. Check with the mask vendor.If you know that your target does not support text, the dxf2gds translator offers a special option called PG Text. This option converts your strings of text into GDSII boundaries automatically so you don't have to do it.
|
|
AutoCAD txt.shx PG font generated by ASM 3500 |
|
Blocks are very useful for repetitive data - you can nest blocks inside of blocks to minimize your drawings size. RulesScale Insertion Layer Rotation Block Names Block Attributes MINSERTAutoCAD's MINSERT command (multiple insertion of blocks) is translated to a GDSII AREF (array reference). This is a very useful command for inserting large arrays of cells and it keeps both the DXF and GDSII database small. We suggest that if you use this command that you:
Reason |
Circles/ArcsAvoid using circles and arcs if possible. Although the dxf2gds translator can convert circles and arcs into GSDII data, it is not a perfect translation because GDSII does not include an arc or circle entity. The translator will approximate your arc or circle with a series of short segments. You have some control over this approximation. If you have many circles of the same diameter you may want to convert your circle(s) into a block. This will reduce the size of the GDSII file. The GDS.CFG keywords arcres and arcsag control how arcs and circles are fractured. ARCRES (Arc Resolution) ARCSAG Combining Arcsag and Arc Res |
Creating the DXF FileThis step may seem simple but we often see many customer errors in simply creating the DXF file from AutoCAD. Purge the DatabaseASM 3500 translates all entities and blocks in your DXF file whether or not the layer is on, off or frozen. To minimize translation time, and to reduce the ultimate GDSII file size you should clean and purge your drawing prior to running the DXFOUT command.
An alternative approach to purging is to use AutoCAD's WBLOCK command to create a new file containing only the entities you wish to translate to GDSII. DXFOUT Command
Example |
|
ARTWORK CONVERSION SOFTWARE, INC. Company Profile 417 Ingalls St., Santa Cruz, CA 95060 Tel (831) 426-6163 Fax 426-2824 email: info@artwork.com |
|
Top of this document |
ASM 3500 Index |
AutoCAD Related Translators Page |
Artwork Home |