Forum Discussion

Gerstensaft's avatar
Gerstensaft
Icon for New Contributor rankNew Contributor
11 months ago

Inable to configure Arria V GX FPGA

Recently I started working with the Arria V GX FPGA in order to start learning about harware design. After I read some ducumentation it was time to configure the FPGA for the very first time. I wanted to program a simple XOR circuit onto the board which uses 2 user push buttons as input and 1 user LED as output. The manual says (p. 39, Reference Manual) that pin "U16.T19" is the name of the first push button. I tried to assign this pin to one of the XOR inputs, but the pin planner does not list any pin with this name.

Because of this I selected "PIN_T19". After compilation and an attempt in trying to program my device, this error message poped up: "Error (209014): CONF_DONE pin failed to go high in device 1. Make sure all communication cables are securely connected, select a different device, check the power on the target system, or make sure all nCE pins are connected to GND. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number.
"

(*) How can I properly assign my two input push buttons, and one output LED to the correct pins of the FPGA?

(*) In pin planner: What do I have to select for e.g. pin "U16.T19" in the drop down menu for my input? What does "U16" mean?

Unfortunatly there is not much information about this model, because it's kinda old nowadays.

Link to the Reference Manual: https://www.intel.com/content/www/us/en/content-details/654526/arria-v-gx-fpga-development-board-reference-manual.html

5 Replies