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

  1. REGISTERED
  2. Overview
  3. This reserved word defines the output data storage type on devices
  4. with  registered outputs.  A registered output stores its value
  5. regardless of any data changes.  New data is placed in the register by
  6. an edge-sensitive clock signal.  A register may consist of D, T, S-R,
  7. and 2-T flip-flops.
  8.  
  9. Syntax──────────────────────────────────────────────────────────────
  10.  
  11.     PIN OR
  12.     NODE          Number    Location_Name          Storage
  13. ────────────────────────────────────────────────────────────────────
  14.  
  15. Device Support:
  16. PAL10H20EV8    PAL16R4    PAL16R6     PAL16R8    PAL16RA8
  17. PAL16RP4       PAL16RP6   PAL16RP8    PALCE16V8  PAL18U8
  18. PAL20R4        PAL20R6    PAL20R8     PAL20RA10  PAL20RS4
  19. PAL20RS8       PAL20RS10  PALCE20V8   PAL20X4    PAL20X8
  20. PAL20X10       PAL22IP6   PAL22RX8    PAL22V10   PAL23S8
  21. PAL24R10       PAL24R4    PAL24R8     PAL26V12   PALCE29M16
  22. PALCE29MA16    PAL32R16   PAL32VX10   PAL64R32   PALCE610
  23. PLS105         PLS167     PLS168      PLS30S16   MACH 1
  24. MACH 2
  25. ·
  26. Syntax
  27. You include this optional reserved word in the pin or node statement
  28. of Boolean and state-machine designs.
  29.  
  30. Syntax──────────────────────────────────────────────────────────────
  31.  
  32.     PIN OR
  33.     NODE          Number    Location_Name          Storage
  34.  
  35. Example─────────────────────────────────────────────────────────────
  36.     ...
  37.     CHIP COUNTER PAL16R8
  38.     PIN           15           OUT1                REGISTERED
  39.     PIN           16           OUT2                REG
  40.     ...
  41. ────────────────────────────────────────────────────────────────────
  42.  
  43. ·
  44. Definitions
  45.  
  46. Pin or Node     Identifies the user-defined pin or node name.
  47.  
  48. Storage         Identifies the value that defines the pin or node
  49.                 storage type. If you do not specify a storage type,
  50.                 combinatorial is the default.
  51.  
  52.                 ■    Place the reserved word, REGISTERED, after the
  53.                      pin or node name in the corresponding statement.
  54.  
  55.                 ■    Use either the complete word, REGISTERED, or the
  56.                      three letter abbreviation, reg.
  57. ·
  58. Use
  59. There are two ways to enter the storage type.
  60.  
  61. ■    Use the declaration segment form, select the Storage field,
  62.      display the option list, and select an option.
  63.  
  64. ■    Type the storage value in the appropriate pin or node statement
  65.      in the PDS file using a text editor.
  66.  
  67. PALASM requires a data-storage type for each I/O or output pin:
  68. COMBINATORIAL, LATCHED, or REGISTERED.  Even if the pin or node can
  69. only be registered, the software requires the registered pin or node
  70. type.
  71. ·
  72. Related Topics
  73. COMBINATORIAL
  74. Declaration Segment
  75. LATCHED
  76. NODE
  77. PIN
  78. ·
  79.