1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 22:27:18 +03:00

genex/: added example set of comments (on WM9707SCFT/V)

This commit is contained in:
Werner Almesberger 2012-04-17 06:27:14 -03:00
parent 3f3d957c98
commit 34095c70cb
2 changed files with 9 additions and 1 deletions

8
genex/DESC Normal file
View File

@ -0,0 +1,8 @@
wm9707scft/v: This is a comment.
Continuation of the same line.
Here we have a line break,
and so on
wm9707scft/v: Another comment
for the same component.
WM9707SCFT/V: Component names in comments are case-insensitive.

View File

@ -3,6 +3,6 @@
# isn't. Some voodoo is still missing ...
PATH=$PATH:. ./genex \
-L /home/qi/kicad-libs/components \
/home/qi/kicad-libs/components/EXPAND >out.ps
/home/qi/kicad-libs/components/EXPAND DESC >out.ps
ps2pdf out.ps out.pdf
rm -f out.ps