home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / BACKUP.001 / DAT_NEWPDS.HLP < prev    next >
Encoding:
Text File  |  1990-09-27  |  1.8 KB  |  54 lines

  1. *=================HELP FOR CREATE NEW PDS TEMPLATE PROGRAM ================
  2. *TITLE
  3. Title   : Description of the Design Function.
  4. *PATTERN
  5. Pattern : File name or other code to identify design.
  6. *REVISION
  7. Revision: Version number for this design.
  8. *AUTHOR
  9. Author  : Design Engineer name.
  10. *COMPANY
  11. Company : Company or other Business id.
  12. *DATE
  13.    This text field provides today's date automatically, as specified by
  14.    the operating system, which you can change if you use the #/#/# format.
  15. *CHIPNAME
  16.    This text field currently displays the design file name without the
  17.    extension.  You can specify a new chip name of up to eight, 8, alphanumeric
  18.    characters plus under score.
  19.  
  20. Characters allowed are:-   'A - Z', 'a - z', '0 - 9', '_' 
  21.  
  22. Entry is REQUIRED.
  23. *DEVICENAME 
  24. Device used for this design. eg. PAL16R8
  25. *PINNUMBER
  26. PIN NUMBER can be from 1 to Maximum number of physical pins on device.
  27.     eg. Maximum for:- PAL16V8 = 20,  PAL22V10 = 24,  PAL26V12 = 28
  28.  
  29. NODE NUMBER can be from 1 to Maximum number of nodes defined for device.
  30.     eg. Maximum for:- PAL16V8 = 0,  PAL22V10 = 1,  PAL26V12 = 13
  31.  
  32. Input Format is either as <number> or <range> where:-
  33.  
  34.     <number>  = integer 1 to max Pin/Node number
  35.     <range>   = <number>..<number>
  36.           = <number>,<number>
  37.               
  38. check manual for exact syntax.
  39. *PINNAME
  40. PIN/NODE name is a logical equivalent identifier to the PIN/NODE number
  41.  
  42. All design signals are described in terms of the PIN/NODE name.
  43.  
  44. Input Format is either as <name> or name[<range>] where:-
  45.         <name>    = identifier using the characters: -
  46.             'A - Z', 'a - z', '0 - 9', '_' 
  47.             The first character must be Alphabetic.
  48.  
  49.     <number>  = integer
  50.     <range>   = <number>..<number>
  51.           = <number>,<number>
  52.               
  53. check manual for exact syntax.
  54.