MAX+PLUS II ACCESS Key Guidelines
List by VendorList by ToolList by FunctionSynplify Topics

Assigning Pins

You can assign a single port to a specific pin to ensure that the signal is always associated with that pin, regardless of future changes to the project. You can specify pins in VHDL or Verilog HDL designs, or in a Synplify Design Constraints File (.sdc). If you add timing constraints or resource assignments in a separate Synplify Design Constraints File (.sdc), you must add the Synplify Design Constraints File (.sdc) to the project by adding it to the Source Files list in the Synplify window.

Note: If your design uses resource assignment attributes that you wish to pass to the MAX+PLUS® II software, you should save your file in EDIF netlist file format. See Entering Resource Assignments for more information.

VHDL Syntax

Use the following syntax to assign a pin in VHDL:

attribute altera_chip_pin_lc : string;
attribute altera_chip_pin_lc of <port name> : signal is "@<pin number(s)>";

Example:

attribute altera_chip_pin_lc : string;
attribute altera_chip_pin_lc of result : signal is 
	"@17, @166, @191, @152, @15, @148, @147, @149";

Verilog HDL Syntax

Use the following syntax to assign a pin in Verilog HDL:

<port name> /* synthesis altera_chip_pin_lc="@<pin number(s)>" */;

Example:

output [7:0] sum /* synthesis altera_chip_pin_lc="@17, @166, @191, @152, \ 
	@15, @148, @147, @149" */;

Synplify Design Constraints File Syntax

Use the following syntax to assign a pin in a Synplify Design Constraints file:

define_attribute <port name> altera_chip_pin_lc "@<pin number>"

Example:

define_attribute {DATA0[7:0]} altera_chip_pin_lc "@115,@116,@117,
@118,@119,@120,@121,@122"

Go To: Refer to the following sources for related information:
  • Go to Entering Resource Assignments in these MAX+PLUS II ACCESSSM Key topics for information on entering other types of assignments.
  • Go to "Devices & Adapters" and "Assigning a Device" in MAX+PLUS II Help for information on device pin-outs and assigning devices, respectively, in the MAX+PLUS II software.

Last Updated: August 28, 2000 for MAX+PLUS II version 10.0
border line
| Home | List by Vendor | List by Tool | List by Function | Synplify Topics |
Documentation Conventions

Copyright © 2000 Altera Corporation, 101 Innovation Drive, San Jose, California 95134, USA. All rights reserved. By accessing any information on this CD-ROM, you agree to be bound by the terms of Altera's Legal Notice.