Forum Discussion
ak6dn
Regular Contributor
3 years agoAs noted in the earlier post, on Quartus 13.0sp1 I use a configuration file .cof and run quartus_cpf -c design.cof and that works just fine.
You just have to put all the parameters in the .cof file and not on the command line.
Contents of my design.cof file:
<?xml version="1.0" encoding="US-ASCII" standalone="yes"?> <cof> <eprom_name>EPCS4</eprom_name> <flash_loader_device>EP2C20</flash_loader_device> <output_filename>design.jic</output_filename> <n_pages>1</n_pages> <width>1</width> <mode>7</mode> <sof_data> <user_name>Page_0</user_name> <page_flags>1</page_flags> <bit0> <sof_filename>design.sof</sof_filename> </bit0> </sof_data> <version>4</version> <options> <map_file>1</map_file> </options> </cof>
- NuvKFC3 years ago
Contributor
Hi ak6dn
Thank you, ak6dn, very much.
I will try to use Convert Programming Files GUI to generate the cof file.
Do you mean that?