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

  1. CLKF
  2. Overview
  3. This keyword identifies which clock is used for the synchronized
  4. operation of the state machine.
  5.  
  6.  
  7. Syntax───────────────────────────────────────────────────────────────
  8.  
  9.         CLKF          Assignment Operator           Clock_Pin
  10.  
  11. ─────────────────────────────────────────────────────────────────────
  12.  
  13. Device Support:
  14.  
  15.    PAL26V12   PALCE29M16    PALCE29MA16     PALCE610
  16.    PLS30S16   MACH 1        MACH 2
  17. ·
  18. Syntax
  19. You can use this statement only in the state segment of state-machine
  20. designs.
  21.  
  22. Syntax───────────────────────────────────────────────────────────────
  23.  
  24.         CLKF          Assignment Operator           Clock_Pin
  25.  
  26. Example──────────────────────────────────────────────────────────────
  27.  
  28.         CLKF                   =                    CLK1
  29.  
  30. ─────────────────────────────────────────────────────────────────────
  31. ·
  32. Definitions
  33.  
  34. Assignment      A symbol that defines a specific operation as
  35. Operator        interpreted by the software when processing design
  36.                 files.
  37.  
  38. Clock_Pin       The pin you define as the clock source for the state
  39.                 machine.
  40.  
  41.                 ■  Specify the name exactly as it's defined in the pin
  42.                    statement in the declaration segment.
  43.  
  44.                 ■  Place a slash, /, before the equation to select a
  45.                    falling edge clock.  For example,
  46.  
  47.                    /CLKF = CLK1
  48.  
  49.                 Note:  To define a falling edge clock for PAL29M16,
  50.                        you must use NCLKF instead of the polarity
  51.                        slash, /.
  52. ·
  53. Use
  54. Without a CLKF equation, you cannot specify a non-default clock pin if
  55. you use automatic state-bit assignment.
  56.  
  57. This equation creates clock assignments both for state bits and output
  58. registers.
  59. ·
  60. Related Topics
  61. Boolean Equation
  62. .CLKF
  63. ·
  64.