Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

Hello Gurus, Please am new in fpga devices. I own CoreEP4CE6 fpga board. Anytime I upload my program on it, it works fine but lose the program when power goes off. please is there a way to permanently keep the program on it?

BOdur
Beginner
1,942 Views
0 Kudos
9 Replies
AndyN
New Contributor I
953 Views

FPGAs are volatile devices so, yeah, it'll lose the program when you cycle the power. The board has a flash memory unit on it that you can program - at power-up, the FPGA will pull its program from there.

 

Hope that helps,

Andy

BOdur
Beginner
953 Views

Thank you Andy for the quick reply, please ​can you help me program the onboard flash memory as you have suggested?

0 Kudos
AndyN
New Contributor I
953 Views

In Quartus, click File->Convert Programming File. This tool will allow you to re-target your .sof file (which programs the FPGA) to a .pof file (which will program the flash memory). Once you've created the .pof file, just use it in the Programmer like you currently use the .sof.

0 Kudos
BOdur
Beginner
953 Views

Thank you Andy, the FPGA is in the office and am now in the house so will try ur suggestion tomorrow.. Thank you in advance.

0 Kudos
BOdur
Beginner
953 Views

Hello Andy, I tried your procedure but it throw me "fail" when trying to upload the code on the board. I have attach a screenshot of what I did.

 

Screenshot (9).pngScreenshot (8).pngScreenshot (7).pngScreenshot (5).pngScreenshot (4).pngScreenshot (2).pngScreenshot (1).png

 

0 Kudos
AndyN
New Contributor I
953 Views

I'm afraid I'm not actually familiar with the specific board / flash device you are using so there's not too much more I can suggest here. Are you sure you've definitely used the correct device type in the tool and that Active Serial is the correct mode?

 

Did the tool give any actual warnings/errors apart from the "Failed"?

 

Andy

0 Kudos
Ken_I_Intel
Employee
953 Views

​Your board probably doesn's support direct programming.   The dev kit vendor should provide some guides on this.   I have not done this in awhile, but most eeproms can be programmed using JTAG indirect mode which works just as well imo.  The fpga configuration must have a JTAG programmer IP on it so the programmer can access the EEPROM chip from JTAG.  Its sounds harder than it is.   As I rember it, set the programmer to JTAG, clear any devices from programmer list,  then add the POF file to the JTAG. 

 

Quartus has a bunch of pre built SOF files for every device which will include the JTAG IP megafunction for programming purposes only. It has no other function.

 

So programmer will add the SOF and POF to the programmer list.  So the process is, 1st program the SOF to get JTAG IP in the FPGA, then 2nd item should be a EEPROM device which will program the POF. 

 

If the FPGA already has been programmed with a SOF that as the JTAG IP in it, then JTAG auto detecting button will show both the FPGA device and a EEPROM device listed as duaghter device EEPROM can be programed directly.

0 Kudos
Nooraini_Y_Intel
Employee
953 Views

Hi Bodur,

 

Does your EP4CE6 fpga board support Active Serial configuration mode? What is the configuration flash device part number that if connected to the EP4CE6 device? You need to understand which type of configuration scheme does your EP4CE6 fpga board support apart from JTAG. If your board does support Active Serial configuration mode together with JTAG mode then you should be to use the SFL (Serial Flash Loader) method to program the configuration flash with .jic file via JTAG mode.

 

You can check out the how to video here that shows the steps to generate and program the .jic:  

https://www.youtube.com/watch?v=dPSFCGNQOCU

For details about SFL (Serial Flash Loader), you can refer to AN370 in the following link:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an370.pdf

 

Regards,

Nooraini

 

0 Kudos
BOdur
Beginner
953 Views

​thank you all for the help offered me, in fact I have been able to program the fpga with .jic file and now it has stored permanently.

@AndyN​ , @KIto2​ , @NYusof​ , I really appreciate your kindness and quick response.. Once again thank you...

0 Kudos
Reply