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

Saving Fitter report

Altera_Forum
Honored Contributor II
1,286 Views

Hello again, 

 

I wrote a verilog code and compiled it. 

When I'm going to the compilation report --> Fitter --> Pin-Out File it's gives me a list of all the FPGA pins and I want to save it. 

If I click the right button of the mouse the option of "Save current report section as" is not available. 

 

Do you know how can I save this pin list? 

 

If i just copy&paste it the usual way it comes out all messy...
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
457 Views

That particular compilation report section is showing the contents of the .pin file. That separate file is automatically generated during compilation. 

 

Depending on what you want to do with the pin list, you might prefer the "Fitter --> Resource Section --> All Package Pins" section of the compilation report. That table can be sorted by columns within the Quartus GUI and can be saved to a .csv file using the right-click menu. You will still need to refer to the header of the .pin file to see what things like "GND+" and "GND*" mean; check those carefully before building your board.
0 Kudos
Altera_Forum
Honored Contributor II
457 Views

That's exactly what I was looking for. 

 

Thanks! :)
0 Kudos
Reply