home *** CD-ROM | disk | FTP | other *** search
- ≡
- CHIP
- Overview
- This keyword introduces the statement defining the chip name and
- the type of PLD or MACH device for which the design is being produced.
-
- Syntax───────────────────────────────────────────────────────────────
- CHIP Name Device
-
- ─────────────────────────────────────────────────────────────────────
-
- Device Support: All PLD devices.
- ·
- Syntax
- You use the Chip statement in the declaration segment of either
- Boolean or state-machine designs
-
-
- Syntax───────────────────────────────────────────────────────────────
- CHIP Name Device
- Example──────────────────────────────────────────────────────────────
- TITLE
- PATTERN
- REVISION
- AUTHOR
- COMPANY
- DATE
- CHIP Counter PALCE22V10H-25
- ─────────────────────────────────────────────────────────────────────
- ·
- Definitions
- The Chip statement must follow the Date statement and precede pin and
- node statements.
-
- Name Assign a name to the chip that conforms to the rules
- below.
-
- ■ Use up to 14 alphanumeric characters in the PDS
- file. The first character cannot be numeric.
-
- Do not use operators, reserved words, carriage
- returns, tabs, or spaces.
-
- Device Assign a valid AMD device name, such as PAL16R8.
-
- ■ The name must conform to the basic device number.
- Power, speed, package, and operating range
- designators are optional.
-
- Refer to the appropriate device data sheet to find the
- correct device name.
- ·
- Use
- The software cannot process a design file that does not contain the
- Chip statement. Errors can cause the software to misinterpret the
- Chip statement and, often, the pin and node statements.
- ·
- Related Topics
- PIN
- NODE
- ·
-