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

  1. OUTPUT_HOLD
  2. Overview
  3. This keyword defines a global default that allows you to hold the 
  4. present output value when there is no output defined for the current 
  5. state and input condition.
  6.  
  7.  
  8. Syntax──────────────────────────────────────────────────────────────
  9.  
  10.         OUTPUT_HOLD      Output pins
  11. ────────────────────────────────────────────────────────────────────
  12.  
  13. Device Support:  PLS105    PLS167    PLS168.
  14. ·
  15. Syntax
  16. Use this keyword in the state segment of state-machine designs.
  17.  
  18. Syntax──────────────────────────────────────────────────────────────
  19.  
  20.         OUTPUT_HOLD      Output pins
  21. Example─────────────────────────────────────────────────────────────
  22.  
  23.     STATE
  24.     ;State Setup and Defaults
  25.         ...
  26.         OUTPUT_HOLD     OUT1 OUT2 OUT3
  27.         ...
  28.         ;State Bit Assignment
  29.         ...
  30. ────────────────────────────────────────────────────────────────────
  31. ·
  32. Definitions
  33.  
  34. Output pins     Identifies the user-defined output pins that are held
  35.                 if the next output value cannot be determined from the
  36.                 equations segment of the state- machine design.  Use a
  37.                 space to separate the output pins.  Multiple spaces
  38.                 are reduced to one space.
  39. ·
  40. Use
  41. You must place the OUTPUT_HOLD statement at the beginning of the state
  42. segment.  It can follow setup statements but must precede any state
  43. assignment and transition equations. If you use the state bits as
  44. outputs, do not use OUTPUT_HOLD.
  45.  
  46. You can reduce the number of output equations required by specifying
  47. the global default as OUTPUT_HOLD.  Using this technique, you only
  48. need to write equations for outputs that differ from the default.
  49. ·
  50. Related Topics
  51. CONDITIONS
  52. DEFAULT_BRANCH
  53. DEFAULT_OUTPUT
  54. Local Default
  55. .OUTF
  56. STATE
  57. ·
  58.