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

  1. VCC
  2. Overview
  3. You can include this reserved word in an equation to hold a pin, node, 
  4. or functional equation unconditionally high.  
  5.  
  6.  
  7. Syntax──────────────────────────────────────────────────────────────
  8.  
  9.         Pn or
  10.         Functional Equation   Assignment operator     VCC
  11. ────────────────────────────────────────────────────────────────────
  12.  
  13.  
  14. Device Support:  All PLD devices.
  15. ·
  16. Syntax
  17. You use the reserved word, VCC, in the equations segment of Boolean
  18. and state-machine designs.
  19.  
  20.  
  21. Syntax──────────────────────────────────────────────────────────────
  22.  
  23.         Pn or
  24.         Functional Equation   Assignment operator     VCC
  25. Example─────────────────────────────────────────────────────────────
  26.  
  27.     EQUATIONS
  28.     ...
  29.         OUT5                            =             VCC
  30.         OE1.TRST                        =             VCC
  31.     ...
  32. ────────────────────────────────────────────────────────────────────
  33. ·
  34. Definitions
  35.  
  36. Pn or           Defines the element to be held high.
  37. Functional
  38. Equation
  39.  
  40.                 ■    The pin or node name defined in the pin or node
  41.                      statement of the declaration segment
  42.  
  43.                 ■    The pin or node function defined in an earlier
  44.                      functional equation
  45. ·
  46. Use
  47. VCC is normally used for functional equations.  You can use 1 instead
  48. of VCC anywhere you want an unconditional high value.
  49.  
  50. Important:  You must define the VCC pin in a pin statement.
  51. ·
  52. Related Topics
  53. GND
  54. ·
  55.