Skip to content

christophmuellerorg/gds2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple conversion from GDSII streams to SVG

Supported elements

  • BOUNDARY
  • SREF (AREF is interprated as SREF, no array yet)
  • TEXT

Features

  • CSS formatting
  • Layers available as class

Dependencies

  • GDS2 by Ken Schumack
  • SVG by Gábor Szabó

Usage

./gds2svg.pl gdsfile > gdsfile.svg

Todo

  • use a parser generator instead of my preliminary low quality hack
  • add support for layerwise ordering instead of the current hierarchical approach to draw the layers in correct order - SVG, y u no z-index...

About

convert gdsii/gds2 streams to svg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published