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

  1. COMMENT
  2. Overview
  3. A comment can explain a statement in the PDS file to assist you or
  4. another designer when editing or debugging the design.
  5.  
  6.  
  7. Syntax───────────────────────────────────────────────────────────────
  8.             ;Comment
  9.  
  10. ─────────────────────────────────────────────────────────────────────
  11.  
  12. Device Support: All PLD devices.
  13. ·
  14. Syntax
  15. You can place comments anywhere in the design file.
  16.  
  17. Syntax───────────────────────────────────────────────────────────────
  18.            ;Comment
  19. Example──────────────────────────────────────────────────────────────
  20.            ;State setup and defaults
  21.            MOORE MACHINE
  22.            DEFAULT_BRANCH HOLD_STATE ;defines default state as holding
  23.            ;State Assignments
  24.            ...
  25. ─────────────────────────────────────────────────────────────────────
  26. ·
  27. Definitions
  28. Comment         Any combination of alphanumeric characters, symbols,
  29.                 or punctuation preceded by a semicolon.  The software
  30.                 ignores everything in the line that follows the
  31.                 semicolon.  A comment can be several lines in length;
  32.                 however, each line must begin with a semicolon.
  33. ·
  34. Use
  35. You can use comments to separate the various segments in either a
  36. Boolean or state-machine design.
  37. ·
  38. Related Topics
  39. ·
  40.