repo.or.cz
/
geda-gaf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing NULL terminator in set_config_x
[geda-gaf.git]
/
utils
/
examples
/
gmk_sym
/
block.txt
blob
8c529bfedc95d0a3046f764b14a18974076e58c5
1
;; device name ,name, name location(tl,tc,tr,bl,bc,br),X size in pins,Y
2
;;size in pins
3
BLOCK,BLOCK,tl,5,5
4
;;
5
;; pin name,pin number,shape(line,clock,dot),side(r,l,t,b),pin position
6
IO1,IO1,line,L,1
7
IO2,IO2,line,L,2
8
INPUT1,INPUT1,line,L,3
9
INPUT2,INPUT2,line,L,4
10
11
OUTPUT1,OUTPUT1,line,R,2
12
OUTPUT2,OUTPUT2,dot,R,3
13