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

  1. OUTPUT_ENABLE
  2. Overview
  3. This reserved word selects the output-enable function of the 
  4. preset/enable pin.
  5.  
  6.  
  7. Syntax──────────────────────────────────────────────────────────────
  8.  
  9.         OUTPUT_ENABLE
  10. ────────────────────────────────────────────────────────────────────
  11.  
  12. Device Support:  PLS105    PLS167    PLS168
  13. ·
  14. Syntax
  15. Use this reserved word in the state segment of state-machine designs.
  16.  
  17. Syntax──────────────────────────────────────────────────────────────
  18.  
  19.         OUTPUT_ENABLE
  20. Example─────────────────────────────────────────────────────────────
  21.  
  22.     STATE
  23.         ;State Setup and Defaults
  24.         ...
  25.         MEALY_MACHINE
  26.         OUTPUT_ENABLE
  27.         OUTPUT_HOLD
  28.         ;State Bit Assignment
  29.         ...
  30. ────────────────────────────────────────────────────────────────────
  31. ·
  32. Definitions
  33.  
  34. OUTPUT_ENABLE   This sets the preset/enable pin to output enable.
  35.                 You can place OUTPUT_ENABLE anywhere in the setup and
  36.                 default section.  It must precede the state assignment
  37.                 and transition equations.
  38. ·
  39. Use
  40. When you use OUTPUT_ENABLE, the software dedicates the preset/enable
  41. pin  to active-low output enable.  Conversly, when you use
  42. MASTER_RESET, the software dedicates the preset/enable pin to
  43. active-high preset.  You cannot use both OUTPUT_ENABLE and
  44. MASTER_RESET in the same design file. Follow the guidelines
  45. outlined next.
  46.  
  47. ■   If you do not use MASTER_RESET or OUTPUT_ENABLE, the software
  48.     selects preset as the default.
  49.  
  50. ■   If you write a .SETF equation and do not use MASTER_RESET or
  51.     OUTPUT_ENABLE, the software selects preset.
  52.  
  53. ■   If you write a .TRST equation, the software selects output
  54.     enable.
  55. ·
  56. Related Topics
  57. MASTER_RESET
  58. STATE
  59. ·
  60.