README 771 B

1234567891011121314151617181920212223
  1. When adding a new schematics symbol, please do the following:
  2. 1) Choose a unique name for the symbol. If the component is available
  3. in packages with different pin numbering schemes, you may want to
  4. add number of pins or the package name to the symbol's base name,
  5. to make the name unique.
  6. If the package and the number of pins are not relevant for the
  7. schematics symbol, they should not be part of the name.
  8. Example: 74x1g08_5.lib
  9. 2) Create a .lib file containing just that symbol
  10. 3) Add a LibName# entry for it at the end of components.pro
  11. The LibName entry must have the form
  12. LibName#=./name.lib
  13. where # is the number of the highest-numbered entry, minus one
  14. 4) Add the new symbol to HIERARCHY
  15. 5) Record your authorship in ../AUTHORS