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

  1. .T2 EQUATION
  2. Overview
  3. This equation defines when to set the T2 input on dual toggle, 2-T, 
  4. flip-flops to high.  
  5.  
  6.  
  7. Syntax──────────────────────────────────────────────────────────────
  8.  
  9.         Pn.T2        Assignment operator     Expression
  10. ────────────────────────────────────────────────────────────────────
  11.  
  12.  
  13. Device Support:  PAL22IP6.
  14. ·
  15. Syntax
  16. You use the .T2 equation in the equations segment of Boolean or state-
  17. machine designs.
  18.  
  19.  
  20. Syntax──────────────────────────────────────────────────────────────
  21.  
  22.         Pn.T2        Assignment operator     Expression
  23. Example─────────────────────────────────────────────────────────────
  24.     EQUATIONS
  25.         ...
  26.         Q1.T2     =     IN1 * /IN2
  27.         ...
  28. ────────────────────────────────────────────────────────────────────
  29. ·
  30. Definitions
  31.  
  32. Pn.T2           The pin or node associated with the dual toggle
  33.                 flip-flop.  The name must be defined in an earlier pin
  34.                 or node statement in the declaration segment.
  35.  
  36. Assignment Operator    A symbol that defines a specific operation as
  37.                        interpreted by the software when processing
  38.                        design files.
  39.  
  40. Expression      Identifies the logic you define to determine when to
  41.                 set the T2 input on dual toggle flip-flops high.  In
  42.                 the syntax example, when IN1 is true and IN2 is false,
  43.                 the T2 input in the dual toggle flip-flop associated
  44.                 with the pin or node Q1 is set high.
  45.  
  46. ·
  47. Use
  48. You can place the .T2 EQUATION anywhere in the equations segment.
  49. Observe the following rules.
  50.  
  51. ■    You cannot have multiple equations for the same pin or node.  If
  52.      you do, the software reports an error during compilation and the
  53.      process is halted.
  54.  
  55. ■    You cannot use negative polarity on the left side of the
  56.      equation. For example, /Q1.T2 is not allowed.
  57.  
  58. ■    You can use GROUP, STRING, and VECTOR notation to define signals.
  59.      This is an excellent way to assign a .T2 equation to several
  60.      pins.
  61. ·
  62. Related Topics
  63. Boolean Equation
  64. EXPRESSION
  65. GROUP
  66. STRING
  67. .T1 Equation
  68. VECTOR
  69. ·
  70.