Intel® Quartus® Prime Pro Edition User Guide: Third-party Synthesis
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mwh1409959985379
Ixiasoft
Visible to Intel only — GUID: mwh1409959985379
Ixiasoft
2.9.6.1. altera_chip_pin_lc
In the SCOPE window, set the value of the altera_chip_pin_lc attribute to a pin number or a list of pin numbers.
You can use VHDL code for making location assignments for supported Intel devices. Pin location assignments for these devices are written to the output .tcl file.
Making Location Assignments in VHDL
ENTITY sample (data_in : IN STD_LOGIC_VECTOR (3 DOWNTO 0); data_out: OUT STD_LOGIC_VECTOR (3 DOWNTO 0)); ATTRIBUTE altera_chip_pin_lc : STRING; ATTRIBUTE altera_chip_pin_lc OF data_out : SIGNAL IS "14, 5, 16, 15";