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

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