logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GDSIIConvert - Convert GDSII geometries and report geometry statistics

Author

       This  manual  page was written by Ruben Undheim <ruben.undheim@gmail.com> for the Debian project (and may
       be used by others).

                                                  22 March 2020                                  GDSIICONVERT(1)

Description

       This is a command-line executable code for reporting statistics on GDSII geometries and exporting them to
       other file formats, notably including the [GMSH](http://gmsh.info) geometry format.

       For converting to GMSH format:

           GDSIIConvert --GMSH myexample.gds

Name

GDSIIConvert - Convert GDSII geometries and report geometry statistics

Options

       ** Output formats: **

              --raw  raw dump of file data records

              --analyze
                     detailed listing of hierarchical structure

              --GMSH Export GMSH geometry to FileBase.geo (text strings to FileBase.pp)

              --scuff-rf
                     Write .port file defining RF ports for scuff-RF (implies --gmsh)

       ** Other flags: **

              --MetalLayer12
                     define layer 12 as a metal layer (may be specified multiple times)

              --LengthUnit<mm>
                     set output length unit in mm (default = 1)

              --FileBase<basename>
                     set base name for output files

              --verbose
                     produce more output

              --SeparateLayers
                     write separate output files for objects on each layer

Synopsis

GDSIIConvert [options]

See Also