GDSII
Template:Short description Template:Infobox file format
GDSII stream format (GDSII), is a binary database file format which is the de facto industry standard for electronic design automation (EDA) data exchange of integrated circuit (IC) or IC layout artwork.<ref name=":0">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It is a binary file format representing planar geometric shapes, text labels, and other information about the layout in hierarchical form (two-dimensional/2D CAD file format). The data can be used to reconstruct all or part of the artwork to be used in sharing layouts, transferring artwork between different tools, or creating photomasks.
HistoryEdit
GDS = Graphic Design System (see [GDS78])
Initially, GDSII was designed as a stream format used to control integrated circuit photomask plotting. Despite its limited set of features and low data density, it became the industry conventional stream format for transfer of IC layout data between design tools of different vendors, all of which operated with proprietary data formats.
It was originally developed by Calma for its layout design system, "Graphic Design System" ("GDS") and "GDSII".
GDSII files are usually the final output product of the IC design cycle and are handed over to IC foundries for IC fabrication. GDSII files were originally written on magnetic tape. The final deadline for IC designers is still called tape-out for this reason.
Objects contained in a GDSII file are grouped by assigning numeric attributes to them including a "layer number", "datatype" or "texttype". While these attributes were designed to correspond to the "layers of material" used in manufacturing an integrated circuit, their meaning rapidly became more abstract to reflect the way that the physical layout is designed.
As of April 2008, many EDA software vendors have moved to the stream format OASIS, which replaced GDSII.<ref name="eetimes-oasis-08">Going from GDSII to OASIS, Philippe Morey-Chaisemartin (Xyalis) // EETimes 8/4/2008</ref> For smaller designs, GDSII continues to be used today.
GDSII utilitiesEdit
As the GDSII stream format is a de facto standard, it is supported by nearly all EDA software. Besides the commercial vendors there are plenty of free GDSII utilities. These free tools include editors,<ref>LayoutEditor, a free GDSII editor http://www.layouteditor.net</ref><ref>"KLayout" is a free GDSII, LEF/DEF, OASIS, Gerber, DXF, CIF editor with DRC http://www.klayout.de</ref><ref>Glade, a free GDSII, LEF/DEF editor http://www.peardrop.co.uk/glade Template:Webarchive</ref> viewers,<ref>"nanoViewer" is a free GDSII viewer, {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> utilities to convert the 2D layout data into common 3D formats,<ref>gds2pov easily convert GDSII data into a nicely rendered 3D view. http://www.atchoo.org/gds2pov</ref><ref>With GdsViewer tool, any portion of GDSII artwork can be exported to 3D VTK file. The latter can be viewed and manipulated with VTK compatible viewers, e.g. ParaView http://www.gbresearch.com/gdsviewer</ref> utilities to fly through a 3D version,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> utilities to convert the binary format to a human readable ASCII format<ref>GDS Utilities can convert binary GDSII files to ASCII representation, http://www.gbresearch.com/gdsutilities</ref> and program libraries.<ref>Ruby GDSII Library for reading, manipulating, and writing GDSII data in the Ruby programming language http://www.rubyforge.org/projects/gdsii Template:Webarchive</ref><ref>Python GDSII Library for creating and manipulating GDSII files with Python http://gdspy.sourceforge.net/index.html Template:Webarchive</ref><ref>Octave and MATLAB toolbox for reading and writing GDSII layout files https://sites.google.com/site/ulfgri/numerical/gdsii-toolbox</ref>
See alsoEdit
- Caltech Intermediate Form (not to be confused with Crystallographic Information File)
- OASIS (Open Artwork System Interchange Standard)
- EDIF, a vendor neutral file format made in 1980s
NotesEdit
ReferencesEdit
* Clein, Dan. (2000). CMOS IC Layout. Newnes. Template:ISBN
* [GDS78] Calma. (1978). GDS II Graphic Design System User's Operating Manual, First Edition 1978. Online at http://www.bitsavers.org/pdf/calma/GDS_II_Users_Operating_Manual_Nov78.pdf Retrieved Apr 21, 2020.
External linksEdit
- Computer Aids for VLSI Design - Appendix C: GDS II Format by Steven M. Rubin // Addison-Wesley, 1987
- The GDSII Stream Format Template:Webarchive by Jim R. Buchanan, 6/11/96
- GDS II Graphic Design System User's Operating Manual, First Edition 1978 // Calma Interactive Graphic Systems, November 1978. Retrieved Apr 21, 2020.
- GDSII™ Stream Format Manual (B97E060), Release 6.0 // Calma, February 1987
- SPIE Handbook of Microlithography, Micromachining and Microfabrication, Vol. 1: Microlithography // Bellingham, Wash. : SPIE Optical Engineering Pr., 1997, 2.9 Appendix: GDSII Stream Format Template:Webarchive
- Details of GDSII format including illustrations