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

  1. .PRLD
  2. Overview
  3. This is the reserved word in a functional equation that defines the
  4. conditions when the preload function is activated in devices with
  5. logic-controlled preload.  When the .PRLD equation is true, you can
  6. preload flip-flops to the desired value from the corresponding I/O
  7. pin.
  8.  
  9.  
  10. Syntax──────────────────────────────────────────────────────────────
  11.  
  12.             Node.PRLD    Assignment Operator    Expression
  13. ────────────────────────────────────────────────────────────────────
  14.  
  15. Device Support:   PALCE29M16    PALCE29MA16
  16. ·
  17. Syntax
  18. Use the .PRLD functional equation in the equations segment of Boolean
  19. designs.
  20.  
  21. Syntax──────────────────────────────────────────────────────────────
  22.  
  23.             Node.PRLD    Assignment Operator    Expression
  24.  
  25. Example─────────────────────────────────────────────────────────────
  26.  
  27.      EQUATIONS
  28.               Q0                =                  /Q0
  29.               GLO.PRLD          =                   Q0 * /Q1
  30.               ...
  31. ────────────────────────────────────────────────────────────────────
  32. ·
  33. Definitions
  34.  
  35. Node.PRLD       Identifies the node associated with the register you
  36.                 want to preload. On the PALCE29M16, this is the global
  37.                 node.
  38.  
  39. Assignment Operator    A symbol that defines a specific operation as
  40.                        interpreted by the software when processing
  41.                        design files.
  42.  
  43.  
  44. Expression      Identifies logic you assign to define the conditions
  45.                 when the preload function is activated.
  46.  
  47. ·
  48. Use
  49. You can place the .PRLD equation anywhere in the equations segment.
  50. The .PRLD equation may fit on more than one product term, depending on
  51. the device.  The following rules apply.
  52.  
  53. ■    Do not use multiple functional equations for the same pin or
  54.      node. Otherwise, an error is reported during
  55.      compilation and the processing is halted.
  56.  
  57. ■    Do not use negative polarity on the left-hand side of the
  58.      equation.  For example, /Q1.PRLD is illegal.
  59.  
  60. Logic preloads use SETF and the pin polarity defined in the pin 
  61. declaration segment to determine preload polarity. 
  62.  
  63. Note:  Super voltage preloads evaluate a complemented pin, /A, as
  64.        preload low.  If there is no complement, then it is a preload
  65.        high.
  66.  
  67. ■    Disable any product term enables when .PRLD is low.
  68.  
  69. In simulation, the SETF command to asserts the product term defined by 
  70. .PRLD to determine the preload values.   
  71.  
  72. In the simulation history file, .PRLD is represented by the letter P, 
  73. SETF by the letter H and .RSTF by the letter L.
  74. ·
  75. Related Topics
  76. Boolean Equation
  77. EXPRESSION
  78. Functional Equation
  79. PRELOAD
  80. SETF
  81. ·
  82.