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

  1. .RSTF
  2. Overview
  3. This is the reserved word in a functional equation that defines when
  4. to assert a reset signal high on devices having flip-flops or
  5. registers with a reset input.
  6.  
  7.  
  8. Syntax──────────────────────────────────────────────────────────────
  9.  
  10.         Pn.RSTF       Assignment operator     Expression
  11. ────────────────────────────────────────────────────────────────────
  12.  
  13. Device Support:
  14. PAL10H20EG8    PAL10H20EV8    PAL16RA8    PAL20RA10    PAL22IP6
  15. PAL22RX8       PAL22V10       PAL23S8     PAL26V12     PALCE29M16
  16. PALCE29MA16    PAL32VX10      PALCE610    PLS105       PLS167
  17. PLS168         PLS30S16       MACH 1      MACH 2
  18. ·
  19. Syntax
  20. You use this reserved word in a functional equation in the equations 
  21. segment of Boolean and state designs.
  22.  
  23.  
  24. Syntax──────────────────────────────────────────────────────────────
  25.  
  26.         Pn.RSTF       Assignment operator     Expression
  27. Example─────────────────────────────────────────────────────────────
  28.  
  29.     EQUATIONS
  30.         Q0                     =              /Q1 */Q2
  31.         Q0.RSTF                =              RST * /SET
  32.         ...
  33. ────────────────────────────────────────────────────────────────────
  34. ·
  35. Definitions
  36.  
  37. Pn.RSTF         Identifies the pin or node associated with the
  38.                 flip-flop having a reset input.
  39.  
  40. Assignment Operator    Include a symbol that defines a specific
  41.                        operation as interpreted by the software when
  42.                        processing design files.
  43.  
  44. Expression      Defines the logic conditions that determine when to
  45.                 assert the reset signal high.  In the syntax example,
  46.                 when RST is true and SET is false the reset pulse is
  47.                 initiated.
  48. ·
  49. Use
  50. Multiple .RSTF statements for the same pin or node are automatically
  51. ORed together into one statement.  This can result in an error during
  52. either assembly or fitting.  You can specify a global reset on devices
  53. with global nodes, for example, global node.RSTF.  
  54.  
  55. You cannot use negative polarity on the left side of an equation.  For
  56. example, /Q1.RSTF is not allowed.
  57.  
  58. You can use the GROUP, STRING, and VECTOR notation to define signals.
  59. This is an excellent way to assign a functional equation to several
  60. pins and nodes.
  61.  
  62. Depending on the device, the reset line is synchronous or
  63. asynchronous.  On the PAL16RA8, if both preset and reset of a
  64. flip-flop are high, the flip-flop is bypassed.
  65.  
  66. In the simulation history file, .RSTF is represented by the letter L, 
  67. SETF by the letter H and .PRLD by the letter P.
  68. ·
  69. Related Topics
  70. Boolean Equation
  71. EXPRESSION
  72. Functional Equation
  73. PRELOAD
  74. SETF
  75. ·
  76.