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

  1. REVISION
  2. Overview
  3. This is the keyword that begins the statement defining the revision of
  4. the current design.  The design revision is useful for documentation
  5. purposes.
  6.  
  7.  
  8. Syntax──────────────────────────────────────────────────────────────
  9.  
  10.         REVISION         Design revision
  11. ────────────────────────────────────────────────────────────────────
  12.  
  13. Device Support:  All PLD devices.
  14. ·
  15. Syntax
  16. You use this keyword in the declaration segment of Boolean and state-
  17. machine designs.
  18.  
  19. Syntax──────────────────────────────────────────────────────────────
  20.  
  21.         REVISION         Design Revision
  22.  
  23. Example─────────────────────────────────────────────────────────────
  24.         TITLE    
  25.         PATTERN    
  26.         REVISION              2.2B
  27.         AUTHOR    
  28.         COMPANY    
  29.         DATE    
  30.         CHIP  
  31. ────────────────────────────────────────────────────────────────────
  32. ·
  33. Definitions
  34.  
  35. Design Revision    Defines an optional combination of up to 59
  36.                    alphanumeric characters used to designate the
  37.                    current version of the design.
  38.  
  39.  
  40.                    ■    You can use other symbols or punctuation;
  41.                         however you cannot use the dollar sign, $.
  42.  
  43.                    ■    You can use reserved words in this statement.
  44.  
  45. ·
  46. Use
  47. The following error conditions pertain to the REVISION statement.
  48.  
  49. ■    Without the REVISION statement, the software issues a warning and
  50.      continues processing the file.
  51.  
  52. ■    With multiple REVISION statements, the software issues an error
  53.      and stops processing the file.
  54.  ·
  55. Related Topics
  56. AUTHOR
  57. COMPANY
  58. DATE
  59. PATTERN
  60. TITLE
  61. ·
  62.