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

  1. .SETF
  2. Overview
  3. This is the reserved word in a functional equation that defines when
  4. to assert a preset signal high on devices having flip-flops or
  5. registers with a preset input.
  6.  
  7.  
  8. Syntax──────────────────────────────────────────────────────────────
  9.  
  10.         Pn.SETF      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-machine designs.
  22.  
  23.  
  24. Syntax──────────────────────────────────────────────────────────────
  25.  
  26.         Pn.SETF      Assignment Operator     Expression
  27.  
  28. Example─────────────────────────────────────────────────────────────
  29.     EQUATIONS
  30.         Q0                    =              /Q1 */Q2
  31.         Q0.SETF               =              /RST * SET
  32.         ...
  33. ────────────────────────────────────────────────────────────────────
  34. ·
  35. Definitions
  36.  
  37. Pn.SETF         Identifies the pin or node associated with the
  38.                 flip-flop. The name must be defined in an earlier pin
  39.                 or node statement in the declaration segment.
  40.  
  41.  
  42. Assignment Operator    Include a symbol that defines a specific
  43.                        operation as interpreted by the software when
  44.                        processing design files.
  45.  
  46.  
  47. Expression      Defines the logic conditions that determine when to
  48.                 assert the preset signal high on flip-flops or
  49.                 registers that support preset inputs.
  50. ·
  51. Use
  52. Multiple .SETF statements for the same pin or node are automatically
  53. ORed together into one statement.  This can result in an error during
  54. either assembly or fitting.  You can specify a global preset on
  55. devices with global nodes, for example, global node.SETF.
  56.  
  57. You cannot use negative polarity on the left-hand side of the
  58. equation.   For example, /Q1.SETF is not allowed.
  59.  
  60. You can use the GROUP, STRING, and VECTOR notation to define signals.
  61. This is an excellent way to assign a functional equation to several
  62. pins and nodes.
  63.  
  64. Depending on the device, the preset line is synchronous or
  65. asynchronous.
  66.  
  67. If you define the outputs as combinatorial, the default value for
  68. preset is VCC, unconditional high.  If you define the outputs as
  69. registered, the default value is GND, unconditional low.
  70.  
  71. In the simulation history file, .SETF is represented by the letter H, 
  72. .RSTF by the letter L, and .PRLD by the letter P.
  73. ·
  74. Related Topics
  75. Boolean Equation
  76. EXPRESSION
  77. Functional Equation
  78. GROUP
  79. .RSTF
  80. STRING
  81. VECTOR
  82. ·
  83.