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

  1. DATE
  2. Overview
  3. This is the keyword that begins the statement identifying the creation
  4. date of the design.
  5.  
  6.  
  7. Syntax───────────────────────────────────────────────────────────────
  8.             DATE       Creation Date
  9.  
  10. ─────────────────────────────────────────────────────────────────────
  11.  
  12. Device Support: All PLD devices.
  13. ·
  14. Syntax
  15. You use this keyword in the declaration segment of either a Boolean or
  16. state-machine design.
  17.  
  18. Syntax───────────────────────────────────────────────────────────────
  19.             DATE       Creation Date
  20. Example──────────────────────────────────────────────────────────────
  21.             TITLE
  22.             PATTERN
  23.             REVISION
  24.             AUTHOR
  25.             COMPANY
  26.             DATE       01/09/91
  27.             CHIP
  28. ─────────────────────────────────────────────────────────────────────
  29. ·
  30. Definitions
  31.  
  32. Creation        Identifies a set of numbers that represent the month,
  33. Date            day, and year the design was created or edited.  The
  34.                 date may be entered as any 60 character string.  Place
  35.                 the date statement after the company statement and
  36.                 before the Chip statement.
  37. ·
  38. Use
  39. The following error conditions pertain to the DATE statement.
  40.  
  41. ■    Without a DATE statement, a warning is issued and processing
  42.      continues.
  43.  
  44. ■    With multiple DATE statements, an error is reported and
  45.      processing stops.
  46. ·
  47. Related Topics
  48. AUTHOR
  49. CHIP
  50. COMPANY
  51. Declaration Segment
  52. PATTERN
  53. REVISION
  54. ·
  55.