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

  1. AUTHOR
  2. Overview
  3. This is the keyword of a statement that defines the name of the
  4. design's author.  This statement is useful for documenting the design.
  5.  
  6. Syntax───────────────────────────────────────────────────────────────
  7.                      AUTHOR        Designer
  8.  
  9. ─────────────────────────────────────────────────────────────────────
  10.  
  11. Device support: All PLD devices.
  12. ·
  13. Syntax
  14. You can use the Author statement only in the declaration segment, as
  15. shown below.
  16.  
  17. Syntax───────────────────────────────────────────────────────────────
  18.                      AUTHOR        Designer
  19. Example──────────────────────────────────────────────────────────────
  20.                      TITLE
  21.                      PATTERN
  22.                      REVISION
  23.                      AUTHOR        Karen Olsen
  24.                      COMPANY
  25.                      DATE
  26. ─────────────────────────────────────────────────────────────────────
  27. ·
  28. Definitions
  29.  
  30. Designer        Defines the name of the individual who created the
  31.                 design.  Observe the guidelines below.
  32.  
  33.                 ■  Include the Author statement and designer name in
  34.                    either Boolean or state-machine files or in the
  35.                    schematic-control file form.
  36.  
  37.                 ■  Place the statement and name in the order specified
  38.                    in the syntax example, following Revision and
  39.                    preceding Company.
  40.  
  41.                 ■  Use any combination of up to 59 alphanumeric
  42.                    characters and the period character.
  43.  
  44.                 Reserved words are allowed within this statement;
  45.                 however, do not use any punctuation or symbols other
  46.                 than the period.
  47. ·
  48. Use
  49. The following error conditions pertain to the Author statement.
  50.  
  51. ■    Without the Author statement, the software issues a warning and
  52.      continues processing the file.
  53.  
  54. ■    With multiple Author statements, the software issues an error and
  55.      stops processing the file.
  56. ·
  57. Related Topics
  58. COMPANY
  59. DATE
  60. Declaration Segment
  61. PATTERN
  62. REVISION
  63. TITLE
  64. ·
  65.