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

  1. COMBINATORIAL
  2. Overview
  3. This optional reserved word defines the output type for devices with
  4. programmable outputs.  When a pin or node is defined as combinatorial,
  5. the logic output is immediate; the output value is not stored.
  6.  
  7. Device Support: All devices except the PAL16R8, PAL20R8, and PAL20X10.
  8. ·
  9. Syntax
  10. You include the optional reserved word in the pin or node statement of
  11. Boolean and state-machine designs.
  12.  
  13. Syntax───────────────────────────────────────────────────────────────
  14.             Pn        Number     Location_Name       Storage
  15. Example──────────────────────────────────────────────────────────────
  16.             PIN       14         OUT1                COMBINATORIAL
  17.             NODE      15         OUT2                COMB
  18. ─────────────────────────────────────────────────────────────────────
  19. ·
  20. Definitions
  21.  
  22. Only the reserved word, COMBINATORIAL, is discussed below.
  23.  
  24. Storage         Assign COMBINATORIAL as a value to define a specific
  25.                 pin or node storage type.  Combinatorial is also the
  26.                 default when you do not specify a storage type.
  27.  
  28.                 ■  Place the reserved word, COMBINATORIAL, after the
  29.                    pin or node name in the corresponding statement.
  30.  
  31.                 ■  Use either the complete word, COMBINATORIAL, or the
  32.                    four-letter abbreviation, Comb.
  33. ·
  34. Use
  35. There are two ways to enter the storage type.
  36.  
  37. ■    Use the declaration segment form, select the Storage field,
  38.      display the option list, and select an option.
  39.  
  40. ■    Type the storage value in the appropriate pin or node statement
  41.      in the PDS file using a text editor.
  42. ·
  43. Related Topics
  44. Declaration Segment
  45. LATCHED
  46. NODE
  47. PIN
  48. REGISTERED
  49. ·
  50.