summaryrefslogtreecommitdiff
path: root/cad/gdsreader/DESCR
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-12-14 02:18:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-12-14 02:18:25 +0000
commite7a188d684d80efbec24866ce8afcd5fefc0af3f (patch)
tree50257e1e8ec6c242a7c7b4cb43c3d0844293342c /cad/gdsreader/DESCR
parent2156b0ca9140355f3362ae0513f54b471e12203e (diff)
downloadpkgsrc-e7a188d684d80efbec24866ce8afcd5fefc0af3f.tar.gz
import gdsreader-0.3
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).
Diffstat (limited to 'cad/gdsreader/DESCR')
-rw-r--r--cad/gdsreader/DESCR21
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/gdsreader/DESCR b/cad/gdsreader/DESCR
new file mode 100644
index 00000000000..26807301886
--- /dev/null
+++ b/cad/gdsreader/DESCR
@@ -0,0 +1,21 @@
+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).