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

  1. MASTER_RESET
  2. Overview
  3. This reserved word selects the preset function on PLS devices that
  4. provide a preset/enable pin.
  5.  
  6.  
  7. Syntax───────────────────────────────────────────────────────────────
  8.             MASTER_RESET
  9.  
  10. ────────────────────────────────────────────────────────────────────
  11.  
  12. Device Support:
  13.  
  14.    PLS105     PLS167     PLS168
  15. ·
  16. Syntax
  17. You use this reserved word in the state segment of state-machine
  18. designs.
  19.  
  20. Syntax───────────────────────────────────────────────────────────────
  21.             MASTER_RESET
  22. Example──────────────────────────────────────────────────────────────
  23.             MEALY_MACHINE
  24.             MASTER_RESET
  25.             OUTPUT_HOLD  OUT1  OUT2
  26. ────────────────────────────────────────────────────────────────────
  27. ·
  28. Definitions
  29.  
  30. Master_Reset    This reserved word dedicates the preset/enable pin to
  31.                 active high preset.  Conversely, the reserved word
  32.                 OUTPUT_ENABLE dedicates the preset/enable pin to
  33.                 active-low output enable.
  34.  
  35.                 ■  You can place MASTER_RESET anywhere within the
  36.                    setup and default statements.  It must precede the
  37.                    state-assignment and transition equations.
  38.  
  39.                 ■  You cannot use both MASTER_RESET and OUTPUT_ENABLE
  40.                    in the same design file.
  41.  
  42.                 When the device is preset, the state machine goes to
  43.                 the state that has a value of all 1s.
  44. ·
  45. Use
  46.  
  47. If you do not use MASTER_RESET or OUTPUT_ENABLE, the software selects
  48. preset as the default.  If you write a .SETF equation and do not use
  49. MASTER_RESET or OUTPUT_ENABLE, the software selects preset.  If you
  50. write a .TRST equation, the software selects output enable.
  51. ·
  52. Related Topics
  53. OUTPUT_ENABLE
  54. STATE
  55. ·
  56.