Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi Victor,
There is a difference in the size of the SOF file that you provide in 9.1 SP1 and 9.0 SP2. Try this COF file, it works for me in 9.1 SP1.
<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>
<cof>
<eprom_name>CFI_512MB</eprom_name>
<output_filename>output_file.pof</output_filename>
<n_pages>2</n_pages>
<width>1</width>
<mode>6</mode>
<sof_data>
<start_address>00640000</start_address>
<end_address>00C4A795</end_address>
<user_name>Page_1</user_name>
<page_flags>2</page_flags>
<bit0>
<sof_filename>test.sof</sof_filename>
</bit0>
</sof_data>
<sof_data>
<start_address>00020000</start_address>
<end_address>0062A795</end_address>
<user_name>Page_0</user_name>
<page_flags>1</page_flags>
<bit0>
<sof_filename>test.sof</sof_filename>
</bit0>
</sof_data>
<version>4</version>
<options>
<map_file>1</map_file>
<option_start_address>18000</option_start_address>
</options>
</cof>
Kumaran