Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

Saving Fitter report

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...

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.