Altera_Forum
Honored Contributor
12 years agoLoading .rbf file into EPCS16 for remote configuration of FPGA.
Hi,
I have prepared a qsys design(Say in quartus_project_a) for writing and reading bytes with EPCS16 using SPI protocol(I am using EP3C25F25C68 FPGA) and it is working properly. Now, I want to load .rbf file into EPCS16 using this design. Flow will be - - I have coded a simple verilog program for LED blinking and generated .sof as well as .rbf. All this is done in another Quartus project (Say quartus_project_b) - I want this .rbf file, generated in Quartus_project_B to be loaded using SPI interface in Quartus_project_A, so the FPGA can work without loading .sof externally. - Is this correct flow or should I write the logic for led blinking in Quartus_project_A itself. - how can i load rbf file into epcs16 using spi? I have observed the file in Notepad but it has nothing like binary or hex content. May be I am lacking too much of basics, but little hint will help a lot. Ashish Devre