diff options
author | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
commit | 1b9f41a39161bad144fdeb94a0e51fa8ba7c309a (patch) | |
tree | 9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /cad/gschem/DESCR | |
parent | 12b93642c9daf031b8f20f51ed2a9a139529d6ef (diff) | |
download | pkgsrc-1b9f41a39161bad144fdeb94a0e51fa8ba7c309a.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'cad/gschem/DESCR')
-rw-r--r-- | cad/gschem/DESCR | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/gschem/DESCR b/cad/gschem/DESCR new file mode 100644 index 00000000000..f0b21868daa --- /dev/null +++ b/cad/gschem/DESCR @@ -0,0 +1,21 @@ + gschem is the schematic capture program/tool which is part of gEDA. +It's sole purpose is to facilitate the graphical input of +components/circuits. + + Schematic capture is a fancy name for the ability to draw and +layout circuits using a computer. Standard symbols are used to +represent the various gates and components which are interconnected +by nets (wires). Most vector drawing programs can be used for +schematic capture but they usually lack one (or more) of the +following characteristics: + + * The awareness of the electrical properties of components, nets, + and pins. + * Hierarchical design (having components represent some abstracted + functionality). The ability to associate attributes with nets and + components. + * Generate netlists from the schematic. + + These are all critical features (among others which I cannot recall +right now) which are shared by all schematic capture programs. The +schematic capture program which is part of gEDA is called "gschem". |