Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

Pin out report with Function column

UMosh
Beginner
800 Views

How can I get Pin report table that include information of Pin Function for each Pin Number

in the batch mode or by tcl comand in the Quartus​

Example:

|Pin Number|Special Function|IO Bank|

| T1| DIFFIO_RX_B3p,DIFFOUT_B3p, DQS1B, DATA12|3A|

|M1|DIFFIO_TX_B4n, DIFFOUT_B4n, DQ1B, DATA9     |3A|

0 Kudos
7 Replies
sstrell
Honored Contributor III
440 Views

I believe this is in the .pin file generated whenever you compile a design. You can also check out the datasheet for your targeted device family, which will point to a complete pinout document for your particular device.

 

#iwork4intel

0 Kudos
Vicky1
Employee
440 Views

Hi,

In addition to the above post, you can refer the links below for pin-out Files for Intel FPGA Devices,

https://www.intel.com/content/www/us/en/programmable/support/literature/lit-dp.html

https://www.intel.com/content/www/us/en/programmable/documentation/lit-dpcg.html

 

Regards,

Vikas

 

0 Kudos
UMosh
Beginner
440 Views

​Hi

I haven't found the way to get the  Function field in the .pin file.

Do you familiar with this option?

is there any flag to enable additional columns in the pin file?

 

Best Regards

0 Kudos
Vicky1
Employee
440 Views

Hi,

You can use .csv file & here you can add addition column.

Go to "Assignments" -> "Pin Planner" then right click in "All pins" window & select "Customize Columns.."

Refer the screenshot for column added as a "Pad Number"

planner.jpg

For .csv file : In Pin Planner "File" -> "Export"

 

Regards,

Vikas

 

0 Kudos
Vicky1
Employee
440 Views

Hi,

Have you resolved the issue?

should I consider to be case closed?

 

Regards,

Vikas

0 Kudos
UMosh
Beginner
440 Views
Hi Vikas Actually I’m searching the way to get all devices data by one shot, And not download it one by one. Is it any way to do it ? May be via script? Best regards
0 Kudos
Vicky1
Employee
440 Views

Hi,

I think, It may not be available all devices data in one shot.

but for pinout report with function column, you can check my previous post.

 

Regards,

Vikas

0 Kudos
Reply