[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: README.tragesym
User: werner
Date: 06/03/26 05:47:34
Modified: . README.tragesym
Log:
tragesym 0.0.9 uses the gschem text overbar feature now
Revision Changes Path
1.3 +12 -2 eda/geda/devel/utils/docs/README.tragesym
(In the diff below, changes in quantity of whitespace are not shown.)
Index: README.tragesym
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/docs/README.tragesym,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- README.tragesym 14 Nov 2004 18:08:23 -0000 1.2
+++ README.tragesym 26 Mar 2006 10:47:34 -0000 1.3
@@ -1,7 +1,17 @@
-tragesym is a small python script that creates geda symbols out of
+tragesym is a small python script that creates gschem symbols out of
structured textfiles.
-For creating a symbol you have to edit the sourcefile first. You can
+tragesym can:
+ * create pins and arrange their elements
+ (clocksign, dot, type, pinnumber, label)
+ * sort pins alphabetical and numerical
+ * swap words of pinlabels if wished
+ * draw negation lines on the labels
+ (since version 0.0.9, gschem will do that)
+ * rotate pinlabels if wished
+ * do some syntax check to the input file
+
+For creating a symbol you have to create a sourcefile first. You can
use the template.src file, which is in /examples/tragesym/ directory.
Some examples are in the examples/tragesym directory too.