home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / BACKUP.001 / DOC_LREF_LR7.DOC < prev    next >
Encoding:
Text File  |  1991-02-28  |  1.9 KB  |  62 lines

  1. CHIP
  2. Overview
  3. This keyword introduces the statement defining the chip name and
  4. the type of PLD or MACH device for which the design is being produced.
  5.  
  6. Syntax───────────────────────────────────────────────────────────────
  7.             CHIP    Name      Device
  8.  
  9. ─────────────────────────────────────────────────────────────────────
  10.  
  11. Device Support: All PLD devices.
  12. ·
  13. Syntax
  14. You use the Chip statement in the declaration segment of either
  15. Boolean or state-machine designs
  16.  
  17.  
  18. Syntax───────────────────────────────────────────────────────────────
  19.             CHIP    Name      Device
  20. Example──────────────────────────────────────────────────────────────
  21.             TITLE
  22.             PATTERN
  23.             REVISION
  24.             AUTHOR
  25.             COMPANY
  26.             DATE
  27.             CHIP    Counter   PALCE22V10H-25
  28. ─────────────────────────────────────────────────────────────────────
  29. ·
  30. Definitions
  31. The Chip statement must follow the Date statement and precede pin and
  32. node statements.
  33.  
  34. Name            Assign a name to the chip that conforms to the rules
  35.                 below.
  36.  
  37.                 ■  Use up to 14 alphanumeric characters in the PDS
  38.                    file.  The first character cannot be numeric.
  39.  
  40.                 Do not use operators, reserved words, carriage
  41.                 returns, tabs, or spaces.
  42.  
  43. Device          Assign a valid AMD device name, such as PAL16R8.
  44.  
  45.                 ■  The name must conform to the basic device number.
  46.                    Power, speed, package, and operating range
  47.                    designators are optional.
  48.  
  49.                 Refer to the appropriate device data sheet to find the
  50.                 correct device name.
  51. ·
  52. Use
  53. The software cannot process a design file that does not contain the
  54. Chip statement.  Errors can cause the software to misinterpret the
  55. Chip statement and, often, the pin and node statements.
  56. ·
  57. Related Topics
  58. PIN
  59. NODE
  60. ·
  61.