Forum Discussion
Where is Quartus 13.1.4 patch 4.70r
- 4 years ago
Hi,
Seem current issue is related to embedded config, I suggest you to close this ticket and open a new case thread for a right owner support. Let me know if there is any concern.
Hi Intel Customer Support
Thank you for sending the file.
Thank you for helping me very much.
After applying the patch and in Convert Programming Files ... ,
I was able to confirm that the EPCQ-A device can be selected as the Configuration device and can be converted to a jic file.
But I have not solved everything yet.
Please tell me about the settings of Advanced options and saving the .cof file.
The settings are as follows.
Programming file type: JTAG Indirect Configuration File(.jic)
Configuration device: EPCQ128A
Mode: Active Serial
Advanced Options
checked Disable EPCS ID check
checked Disable AS mode CONF_DONE error check
Program length count adjustment: 0
Post-chain bitstream pad bytes: default
Post-device bitstream pad bytes: default
Bitslice padding value: 1
QSPI Flash Single IO mode dummy clock: Unchangeable
QSPI Flash quad IO mode summy clock: Unchangeable
Post-chain bitstream pad bytes: default
Post-device bitstream pad bytes: default
Bitslice padding value: 1
QSPI Flash Single IO mode dummy clock:Unchangeable
QSPI Flash quad IO mode summy clock: Unchangeable
Even if I save the .cof file with Save Conversion Setup ..., the Advanced Option part is not listed,
Is it used incorrectly?
Due to the above problem, I actually added the following to .cof file.
<cof>
....
<advanced_options>
<ignore_epcs_id_check>2</ignore_epcs_id_check>
<ignore_condone_check>2</ignore_condone_check>
<plc_adjustment>0</plc_adjustment>
<post_chain_bitstream_pad_bytes>-1</post_chain_bitstream_pad_bytes>
<post_device_bitstream_pad_bytes>-1</post_device_bitstream_pad_bytes>
<bitslice_pre_padding>1</bitslice_pre_padding>
</advanced_options>
</cof>
The above way of writing is supported to check "Disable EPCS ID check" and "Disable AS mode CONF_DONE error check"?
Also for reference, please tell me the values that can be set in <ignore_epcs_id_check> and <ignore_condone_check> and their meanings.
Best regards,