Extract3D Web Page Header

A 3D Geometry Extractor for GDSII Data

Objective


Additional Functionality

Because 3D files are larger and more complicated than 2D, the plug-in will check to see how many polygons and vertices the user has requested. If the number seems too high, the plug-in will report to the user the number of polygons/vertices and warn the user. The user may choose to continue or cancel the operation. The number of polygons/vertices that trigger a warning can be set from a resource file.

The plugin will (optionally) launch Artwork's 3DVU program.


How Layers are Mapped to 3D

We define the following layer types and model them by a simple extrusion in the Z axis:





User Interface

The user should first open the GDSII file in Qckvu3 and either define the appropriate process layers or load a technology file that maps the GDSII layer numbers to process layers such as M1, M2, POLY, CONTACT ... Then from the pulldown start the Extract 3D plugin.

Layers to be extracted must also be turned "on" for display.

the Extract 3D pulldown

Defining the Stackup

The Extract3D dialog contains two tabs - one for selecting the region to extract and a second for defining the stackup. To view a short video of how to add layers to the stackup click here.


the Extract 3D stackup tab

Stackup Controls

+ - click on the + sign to add a layer of the given type ...

Layer - the GDSII layer:datatype is selectable using a pulldown

Name - picked up from the Layer Table

Type - use the pulldown to select the correct layer type if more than one is available (i.e. Metal/Via)

Thickness - enter the thickness of the layer.


Units - select the units for your thickness setting: microns, nanometers or angstroms.

Load - loads a stackup table from disk

Save As ... saves the stackup table to disk



Defining the Region to Extract

The Selection tab is used to define the region to extract. The user has multiple ways of defining this rectangular region:


the Extract 3D Selection tab

Selection Controls

Select Window - clicking on this button will shift focus to the Qckvu3 display. Use the mouse to define the window to extract. The resulting coordinates will be returned to the dialog.

Current Window - clicking on this button will use the coordinates of the current display window. It is the user's responsbility to make sure that the window does not contain too many geometries to successfully export to 3D.

Lower Left and Upper Right - displays (and allows the user to edit) the coordinates based on the lower left and upper right corners of the rectangle.

Center, Width and Height - displays (and allows the user to edit) the coordinates based on the center coordinate of the window, the window's width and the window's height.



Output

File - the output file defaults to the GDSII name appended with the suffix .3di and will be written into the same directory as the GDSII file was read from. You can change this with the Browse button.

Clip Output - clips any elements that cross the selection windows. If not checked, elements that cross the window will be retained in their entirety.

View 3Di ... - when selected, automatically launches the 3DVU program and passes it the 3DI file.


Creating the 3D Output

Once the stackup is set and the window to extract has been defined, click either Apply or OK to create the 3D output (Apply leaves the 3D Extract dialog open - OK closes it ...)

The results will look something like this:

Results of extracting a 2 metal layer chip to 3D, displayed by 3DVU.

The Stackup Table

The stackup table is an ascii file that can be saved by the Extract 3D plugin or read into the plugin. A sample is shown below:


# STACK-UP file written by Extract 3D v1.01

METAL
# Order Layerno Name     Type Thickness RGBA
  1     4:0     POLY     P    0.100000
  2     7:0     CON      C    0.100000
  3     8:0     M1       M    0.100000
  4     9:0     VIA1     V    0.100000
  5     10:0    M2       M    0.100000
ENDMETAL

DIFFUSION
# Order Layerno Name     Type Thickness RGBA
  1     1:0     DIFF1    D    0.100000
  2     17:0    DIFF3    D    0.100000
ENDDIFFUSION

UNITS
microns
ENDUNITS