Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21615 Discussions

EPCS configure file format in AS mode

Altera_Forum
Honored Contributor II
1,780 Views

I have sevral questions about the EPCS' configuration file format. 

1.If i want to update the configuation file,by AS configure mode,which file format is the appropriate? 

2.About the right file format,can we modify the content? such as add the version,the date,and etc. 

Thanks a lot!
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
648 Views

what exactly do you mean by "update the configuration file" ? 

files that contain the fpga image are created by the quartus software. 

modifying as you mentioned is not possible as far as i know. these files are not like binary files from microcontrolers where you can patch some kind of a string. you will need to change such messages, if they exist, within your fpga project source and recompile via quartus.  

but there is a possability to modify fpga memory content without recompiling if you have used some onchip memories and the are initialized by a MIF of HEX file. such onchip memories can be your application memory for the instructions as well as data or any other kind.
0 Kudos
Altera_Forum
Honored Contributor II
648 Views

if you mean to write the EPCS memory, the correct term should be program file not configuration file. if you are programming EPCS device thru AS mode it means you are using the .pof file right? modifying the content of the programming file will corrupt it and quartus programmer doesn't allow the corrupted file to be loaded.

0 Kudos
Altera_Forum
Honored Contributor II
648 Views

 

--- Quote Start ---  

 

... such as add the version,the date,and etc. 

 

--- Quote End ---  

 

 

I think to add version, date,... information, you can use the 32Bit HEX-JTAG Usercode (Settings - Device - Device and Pin Options). 

 

Sincerely, Carlhermann
0 Kudos
Reply