Clock usage and Programing arria 10 FPGA dev kit.
I am new to FPGA and I am using Arria 10 FPGA kit in my development.
In that I have selected 10AX115S2F45 as my device and created a project and added all the required files( Currently we are porting the Xilinx artix board files which are already tested in vivado environment) ). My queries are
1. In xilinx we are using 100MHz single ended clock and creating 20MHz clock internally using IP. In our quartus project, I am taking clk_50 as my input clock and creating 20Mhz clock with this.
2. After compilation, SOF file is generated.
3. When we tried to program the file, we are getting configuration error (D16 glows in RED). We tried through both USB blaster and over ethernet as well. (Changing the boot mode can be in two ways. i. SW6,4 to be OFF. ii. Pressing S5 and wait till D12 glows and press S6. )
Please confirm the following
1. Is it ok to go with 50MHz clock(clk_50)
2. How to generate the pof file in programmer for arria 10 fpga kit.
3. What might be the reason for coniguration error that we are getting.