SCDA7A0101.tragesym 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # This is the template file for creating symbols with tragesym
  2. # every line starting with '#' is a comment line.
  3. [options]
  4. # wordswap swaps labels if the pin is on the right side an looks like this:
  5. # "PB1 (CLK)". That's useful for micro controller port labels
  6. # rotate_labels rotates the pintext of top and bottom pins
  7. # this is useful for large symbols like FPGAs with more than 100 pins
  8. # sort_labels will sort the pins by it's labels
  9. # useful for address ports, busses, ...
  10. wordswap=yes
  11. rotate_labels=yes
  12. sort_labels=no
  13. generate_pinseq=yes
  14. sym_width=1000
  15. pinwidthvertical=400
  16. pinwidthhorizontal=400
  17. [geda_attr]
  18. # name will be printed in the top of the symbol
  19. # name is only some graphical text, not an attribute
  20. # version specifies a gschem version.
  21. # if you have a device with slots, you'll have to use slot= and slotdef=
  22. # use comment= if there are special information you want to add
  23. version=20060113 1
  24. name=SCDA7A0101
  25. device=SCDA7A0101
  26. refdes=J?
  27. footprint=SCDA7A0101
  28. description=SD Memory Card Connector
  29. documentation=http://www.alps.com/WebObjects/catalog.woa/E/HTML/Connector/SDMemoryCard/SCDA/SCDA7A0101.html
  30. author=Michael McMaster <michael@codesrc.com>
  31. dist-license=gpl3+
  32. use-license=gpl3+
  33. numslots=0
  34. #slot=1
  35. #slotdef=1:
  36. #slotdef=2:
  37. #slotdef=3:
  38. #slotdef=4:
  39. #comment=
  40. #comment=
  41. #comment=
  42. [pins]
  43. # tabseparated list of pin descriptions
  44. # ----------------------------------------
  45. # pinnr is the physical number of the pin
  46. # seq is the pinseq= attribute, leave it blank if it doesn't matter
  47. # type can be (in, out, io, oc, oe, pas, tp, tri, clk, pwr)
  48. # style can be (line,dot,clk,dotclk,spacer,none). none if only want to add a net
  49. # posit. can be (l,r,t,b) or empty for nets.
  50. # net specifies the name of the net. Vcc or GND for example.
  51. # label represents the pinlabel.
  52. # negation lines can be added with "\_" example: \_enable\_
  53. # if you want to write a "\" use "\\" as escape sequence
  54. #-----------------------------------------------------
  55. #pinnr seq type style posit. net label
  56. #-----------------------------------------------------
  57. 9 io line l DAT2
  58. 1 io line l DAT3,\_CS\_
  59. 2 io line l CMD/DI,MOSI
  60. 3 PWR line l GND GND
  61. 4 io line l Vcc
  62. 5 io line l SCK
  63. 6 PWR line l GND GND
  64. 7 io line l DAT0/DO,MISO
  65. 8 io line l DAT1/IRQ
  66. 10 out line l \_CD\_
  67. 11 pwr line l GND GND
  68. 12 out line l \_WP\_
  69. 13 pwr none r GND GND
  70. 14 pwr none r GND GND