home *** CD-ROM | disk | FTP | other *** search
- ≡
- .S EQUATION
- Overview
- This equation defines when to set the S input on S-R flip-flops high.
-
-
- Syntax──────────────────────────────────────────────────────────────
-
- Pn.S Assignment operator Expression
-
- ────────────────────────────────────────────────────────────────────
-
- Device Support: PLS105 PLS167 PLS168 PLS3016S PALCE610
- PAL22IP6
-
- ·
- Syntax
- Use the .S equation in the equations segment of Boolean or
- state-machine designs.
-
-
- Syntax──────────────────────────────────────────────────────────────
-
- Pn.S Assignment operator Expression
-
- Example─────────────────────────────────────────────────────────────
- EQUATIONS
- ...
- Q1.S = IN1 * /IN2
- ...
- ────────────────────────────────────────────────────────────────────
- ·
- Definitions
-
- Pn.S The pin or node associated with the S-R flip-flop.
- The name must be defined in an earlier pin or node
- statement in the declaration segment.
-
-
- Assignment Operator A symbol that defines a specific operation as
- interpreted by the software when processing
- design files.
-
-
- Expression Identifies the logic you define to determine when the
- S input in an S-R flip-flop is set high. In the
- syntax example, when IN1 is true and IN2 is false, the
- S input in the S-R flip-flop associated with the pin
- or node Q1 is set high.
- ·
- Use
- You can place the .S equation anywhere in the equations segment.
-
- Observe the following rules.
-
- ■ You cannot have multiple equations for the same pin or node. If
- you do, the software reports an error during compilation and the
- process is halted.
-
- ■ You cannot use negative polarity on the left side of the
- equation. For example, /Q1.S is not allowed.
-
- ■ You can use GROUP, STRING, and VECTOR notation to define signals.
- This is an excellent way to assign a .S equation to several pins.
- ·
- Related Topics
- Boolean Equation
- EXPRESSION
- GROUP
- STRING
- VECTOR
- ·
-