Forum Discussion
Arria 10 Gx FPGA Development Board
Hi Nikitha_Sree,
You can try the Nios V hello world example first:
This is a simple application to showcase a simple application(print hello world) running in the soft processor(NiosV).
From this example, you can get to see the printf application showing the hello world logs through your Jtag connection.
Before getting the application to run, you will compile the design in quartus then flash the design into the FPGA fabric through the same Jtag connection.
For more details on Nios V tutorial related as reference:
As for the migration to your custom project for reference:
https://www.intel.com/content/www/us/en/docs/programmable/773196/current/overview.html
Thanks.
Regards,
Aik Eu
- Nikitha_Sree2 years ago
New Contributor
Hey Aikeu,
Thanks for the inputs provided that helped a lot in starting the custom design.
I couldn't use the Ready to test files (.sof files) on the evaluation board since the FPGA part number is different i.e Part number of the FPGA on evaluation board - 10AX115S2F45I1SG, I tried changing the FPGA part number directly in the Quartus and tried to compile but it didn't work like that.
I have started designing the new code with the user guide provided, But I found an issue wrt the user guide
1. Select VID mode of operation in Configuration and Power Management Assignments - this is greyed out in my design can you suggest for this
Please find the attached screen shots for reference.
- FvM2 years ago
Super Contributor
Hi,
the .sof file is for Stratix 10, also power managment functions referenced in user guide are only available for Stratix 10 and can be ignored for Arria 10.