./wip/gdsreader, Calma Stream Format (GDSII) reader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.5, Package name: gdsreader-0.4.5, Maintainer: makoto

GDSreader - simple Calma (GDSii) parser/printer tool.

This software has as target the printing/plotting/displaying of Calma (GDSII)
files without using true layout editors. I had once to visualize an unknown
Calma file and customizing LEdit or Magic (the two layout editors I had access
to) was so difficult that I decided to write this program.

Current status:
- gdsreader is in an alpha stage and you should not expect too much from it;
- the Calma files are almost completely parsed (had no layout example that
makes use of BOX/NODE elements);
- given a Calma structure name, a PostScript file and a HPGL/2 file are
generated. The way each layer is handled is controlled by an ASCII
configuration file. The properties that can be set are color, fill (only
solid is supported), hatch (simple or cross, the angle and spacing are user
customizable too).

In order to produce an useful PostScript output, you need to write a
configuration file (default is .layers.config). The one you'll find with the
distribution is suitable for the Calma example test.gds (an actual Bandgap
reference).

This package is fork (at github) from Orignal author. BOX is now parsed.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 0ae71966ade8abed329c820267dbf1409840959c
Filesize: 80.928 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-22 14:28:00 by Makoto Fujiwara | Files touched by this commit (6) | Package removed
Log message:
Updated cad/gdsreader to 0.3.2

   2014-10-21 15:22:00 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Correct typo on the filename (povery ->) povray of post-install: target (and \ 
PLIST).

   2014-10-21 15:08:47 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
1. Gets HOMEPAGE empty (not available at all anymore ?)
2. Convert EXAMPLESDIR from PKGSRC to PKGBASE (no PKGVERSION)
3. In post-install: target (of pkgsrc Makefile), lists files one by one
   on every line.
4. More files to install onto EXAMPLESDIR
   +share/examples/gdsreader/layers.config.5AM.4ML
   +share/examples/gdsreader/layers.config.7HP.5ML
   2014-10-21 14:52:27 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
1. Remove TODO, hrs@ gave me OK to use MASTER_SITES
2. Add man pages in installed files
3. Remove patch-aa, instead, have do-install: and post-install: target
   in pkgsrc side

(Ready to commit to pkgsrc side, probably)
   2014-10-21 11:47:20 by Makoto Fujiwara | Files touched by this commit (6)
Log message:
Import gdsreader-0.3.2 as wip/gdsreader.

GDSreader - simple Calma (GDSii) parser/printer tool.

This software has as target the printing/plotting/displaying of Calma (GDSii)
files without using true layout editors. I had once to visualize an unknown
Calma file and customizing LEdit or Magic (the two layout editors I had access
to) was so difficult that I decided to write this program.

Current status:
- gdsreader is in an alpha stage and you should not expect too much from it;
- the Calma files are almost completely parsed (had no layout example that
  makes use of BOX/NODE elements);
- given a Calma structure name, a PostScript file and a HPGL/2 file are
  generated. The way each layer is handled is controlled by an ASCII
  configuration file. The properties that can be set are color, fill (only
  solid is supported), hatch (simple or cross, the angle and spacing are user
  customizable too).

In order to produce an useful PostScript output, you need to write a
configuration file (default is .layers.config). The one you'll find with the
distribution is suitable for the Calma example test.gds (an actual Bandgap
reference).