home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p078 / 7.img / PLDDOCS.PLB / README.DOC < prev    next >
Encoding:
Text File  |  1991-02-23  |  3.2 KB  |  72 lines

  1.  
  2.                                      OrCAD
  3.  
  4.                         PROGRAMMABLE LOGIC DESIGN TOOLS
  5.  
  6.                                  (Version 4.02)
  7.  
  8.  
  9.     This is the OrCAD PLD compiler for programmable logic devices such as PALs,
  10. GALs, and PROMs.  These tools are made to run in harmony with all OrCAD tools
  11. as part of the OrCAD ESP design environment, but they can also run by
  12. themselves.  On disk are PLD (the programmable logic compiler), VECTORS (the
  13. test vector generator and logic simulator), a parts library, a reference
  14. library, and sample source code.  A user's guide and a reference guide complete
  15. the package.
  16.  
  17.     The file DEVICES.TXT in directory \ORCADESP\PLD carries information
  18. about devices in the library.  It is formated as a booklet so you can
  19. list it, read its introductory comments, and keep it handy in a notebook
  20. for reference.  It is a supplement to the reference guide, distributed on disk
  21. so it stays up to date.  Also present in the directory is the file SYMBOLS.TXT,
  22. which lists generic symbols available for designing programmable logic with
  23. schematics.
  24.  
  25.     As new device tables are developed, they will appear from time to time on
  26. the OrCAD electronic bulletin board, which operates 24 hours a day.  Other
  27. notes and information about OrCAD PLD and the rest of the product line are also
  28. available there.  The file BBS.TXT in the directory \ORCADESP\PLD contains
  29. the latest information on the bulletin board and how to access it.
  30.  
  31.     Finally, a variety of examples appear in directory \ORCAD\TUTOR.  These
  32. complement the text of the manuals, show special techniques, and help you try
  33. out the tools without a lot of initial effort.  To compile the examples type
  34. SAMPLES from the \ORCAD\TUTOR directory.
  35.  
  36.  
  37.  
  38.                                      NOTES
  39.  
  40.     Some things you should be aware of that may not be described elsewhere in
  41. the documentation:
  42.  
  43. 1.  MISER BITS WITH EPLDs.  EP devices supporting MISER bits should have the
  44.     miser bits set to 1.  The default state of these bits is 0.  If the design
  45.     fails to program these bits, unpredictable results may appear.  Use the
  46.     configuration statement below to ensure that the miser bits are programmed.
  47.  
  48.     | Configuration: "Miser:1"
  49.  
  50.     See the samples and the DEVICES.TXT file for more information on how to
  51.     program the miser bits.
  52.  
  53.  
  54. 2.  ENABLE PIN ON RA DEVICES.  The logic tester VECTORS looks at the enable
  55.     product term as if it were the only enabling term on RA devices.  Since the
  56.     RA devices use a product term ANDed with an external pin (13 on a 20R10 and
  57.     11 on a 16RA8), the external pin MUST be enabled to get usable test
  58.     vectors.  If this pin is not specified in the PLD design, then by default
  59.     VECTORS will consider this pin enabled.
  60.  
  61.  
  62. 3.  ARRAY FEEDBACK ON THE EP310.  The EP310 supports not only pin and register
  63.     feedback, but also an array feedback.  PLD will support this feature with
  64.     the configuration statement:
  65.  
  66.     | Configuration: "Array Feedback", Q0
  67.  
  68.     The logic tester VECTORS does not take the array feedback into account,
  69.     however.  If this feature is used, the test vectors generated by VECTORS
  70.     may not be correct.
  71.  
  72.