home *** CD-ROM | disk | FTP | other *** search
- *=================HELP FOR CREATE NEW PDS TEMPLATE PROGRAM ================
- *TITLE
- Title : Description of the Design Function.
- *PATTERN
- Pattern : File name or other code to identify design.
- *REVISION
- Revision: Version number for this design.
- *AUTHOR
- Author : Design Engineer name.
- *COMPANY
- Company : Company or other Business id.
- *DATE
- This text field provides today's date automatically, as specified by
- the operating system, which you can change if you use the #/#/# format.
- *CHIPNAME
- This text field currently displays the design file name without the
- extension. You can specify a new chip name of up to eight, 8, alphanumeric
- characters plus under score.
-
- Characters allowed are:- 'A - Z', 'a - z', '0 - 9', '_'
-
- Entry is REQUIRED.
- *DEVICENAME
- Device used for this design. eg. PAL16R8
- *PINNUMBER
- PIN NUMBER can be from 1 to Maximum number of physical pins on device.
- eg. Maximum for:- PAL16V8 = 20, PAL22V10 = 24, PAL26V12 = 28
-
- NODE NUMBER can be from 1 to Maximum number of nodes defined for device.
- eg. Maximum for:- PAL16V8 = 0, PAL22V10 = 1, PAL26V12 = 13
-
- Input Format is either as <number> or <range> where:-
-
- <number> = integer 1 to max Pin/Node number
- <range> = <number>..<number>
- = <number>,<number>
-
- check manual for exact syntax.
- *PINNAME
- PIN/NODE name is a logical equivalent identifier to the PIN/NODE number
-
- All design signals are described in terms of the PIN/NODE name.
-
- Input Format is either as <name> or name[<range>] where:-
- <name> = identifier using the characters: -
- 'A - Z', 'a - z', '0 - 9', '_'
- The first character must be Alphabetic.
-
- <number> = integer
- <range> = <number>..<number>
- = <number>,<number>
-
- check manual for exact syntax.