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

  1. .CMBF
  2. Overview
  3. This reserved word in a functional equation allows you to customize
  4. a flip-flop for dynamic register bypass.
  5.  
  6.  
  7. Syntax───────────────────────────────────────────────────────────────
  8.        Pn.CMBF        Assignment Operator       Expression
  9.  
  10. ─────────────────────────────────────────────────────────────────────
  11.  
  12. Device Support: PAL32VX10
  13. ·
  14. Syntax
  15.  
  16. You include this functional equation only in the equations segment of
  17. either Boolean or state designs.
  18.  
  19. Syntax───────────────────────────────────────────────────────────────
  20.        Pn.CMBF        Assignment Operator       Expression
  21.  
  22. Example──────────────────────────────────────────────────────────────
  23.        OUT1.CMBF               =                IN4 * /IN3
  24. ─────────────────────────────────────────────────────────────────────
  25. ·
  26. Definitions
  27.  
  28. Pn.CMBF         A pin or node name followed by the reserved word,
  29.                 .CMBF.  The name must be defined in an earlier pin or
  30.                 node statement in the declaration segment.
  31.  
  32.                 ■  You cannot use negative polarity on the left side
  33.                    of the equation.
  34.  
  35.                 ■  You can use the group, string, and vector notation
  36.                    features to define signals, which is an excellent
  37.                    way to assign this statement to several pins and
  38.                    nodes.
  39.  
  40. Assignment      A symbol that defines a specific operation as
  41. Operator        interpreted by the software when processing design
  42.                 files.
  43.  
  44. Expression      Identifies the logic that you assign to define the
  45.                 flip-flop that's to be bypassed.  In the syntax
  46.                 example, when IN4 and /IN3 are true, OUT1 is true and
  47.                 the flip-flop associated with OUT1 is bypassed.
  48. ·
  49. Use
  50. The .CMBF statement overrides the pin or node type you defined as
  51. registered in the pin and node statement in the declaration segment.
  52. The default case is set to combinatorial.
  53.  
  54. If you have multiple functional equations for the same pin or node, an
  55. error occurs during assembly.
  56. ·
  57. Related Topics
  58. Boolean Equation
  59. COMBINATORIAL
  60. EXPRESSION
  61. Functional Equation
  62. REGISTERED
  63. ·
  64.