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

  1. PRLDF
  2. Overview
  3. PRLDF assigns a value to a register output to force the specified
  4. value at the pin.
  5.  
  6. Syntax──────────────────────────────────────────────────────────────
  7.  
  8.     PRLDF Prefix_Rns
  9. ────────────────────────────────────────────────────────────────────
  10.  
  11. Device Support:  PAL22IP6  PAL23S8  PAL16RA10  20RA10
  12. ·
  13. Syntax
  14. Use this keyword in the simulation segment of Boolean and
  15. state-machine designs.
  16.  
  17. Syntax──────────────────────────────────────────────────────────────
  18.  
  19.          PRLDF Prefix_Rns
  20.  
  21. Example─────────────────────────────────────────────────────────────
  22.  
  23.     SIMULATION
  24.          PRLDF 01 /02
  25. ────────────────────────────────────────────────────────────────────
  26. ·
  27. Definitions
  28.  
  29. Prefix          The prefix specifies the logic state of the
  30.                 corresponding register, node, or state.  Do not leave
  31.                 a space between Prefix and Pns.  There are two
  32.                 prefixes:  null and forward slash.
  33.  
  34.  
  35.                 ■    The null prefix indicates that the pin value
  36.                      should be a logical 1 if the polarity is not
  37.                      inverted in the pin declaration of the design. In
  38.                      the syntax example, 01 has a null prefix.
  39.  
  40.                 ■    The forward slash, /, indicates that the pin or
  41.                      node should be a logical 0 if the polarity is not
  42.                      inverted in the pin declaration of the design.
  43.                      In the syntax example, 02 has a forward slash
  44.                      prefix.
  45.  
  46. Pns             You specify the value to be preloaded immediately
  47.                 following the corresponding prefix.
  48.  
  49.  
  50.                 You can list more than one pin or node.  You can also
  51.                 use groups and strings.
  52.  
  53. ·
  54. Use
  55. PRLDF loads a value into a register so that specified logic values
  56. appear at the pin.  If an inverter exists between the register output
  57. and the pin, PRLDF compensates for the inversion by inverting the
  58. register contents.
  59.  
  60. Some devices provide a hardware preload feature that is activated by a
  61. dedicated pin or product term.  Use the SETF command for control of
  62. these preload features.
  63.  
  64. For devices with a preload pin, PRLDF disables the outputs, enables
  65. preload, loads the registers with the values, disables preload, and
  66. then enables the outputs.
  67.  
  68. Note:  Even if a device does not physically support the preload
  69.        feature, you can simulate the design as if it did.
  70.  
  71. PRLDF places a P in the clock field of the JEDEC vector for devices
  72. with supervoltage preloads.
  73. ·
  74. Related Topics
  75. CHECK
  76. .PRLD
  77. SETF
  78. ·
  79.