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

Where is Quartus 13.1.4 patch 4.70r

on0308
Beginner
981 Views

Hello

 

Since it became necessary to replace the EPCS device with the EPCQ-A device,

I need quartus-13.1.4-4.70r  patch file, which supports EPCQ-A.

Where can i find the link for this file?

 

Best regards.

 

0 Kudos
1 Solution
SyafieqS
Moderator
807 Views

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.


View solution in original post

0 Kudos
8 Replies
SyafieqS
Moderator
939 Views

Hi Sir,


Do you want the patch only or Quartus with patch?


0 Kudos
on0308
Beginner
901 Views

Thank you for your reply.

 

I’m currently using version 13.1.4 build182(patch none).

I'm thinking of applying a patch to this, so I would like a patch file.

 

If the patch does not work, I will request Quartus with the patch.

 

Best regards.

0 Kudos
SyafieqS
Moderator
860 Views

Hi,


I sent an email with the patches attached for Win/Linux. Let me know if you are not able to retrieve them.


0 Kudos
wara
Beginner
740 Views
Hello
I also want a patch file.
Would you please send it?
0 Kudos
Jeff17
Beginner
686 Views

Hi,

 

I am working on getting a patch for a 32 bit version of Quartus with version 13.1.4.182 already installed and patch 4.70r is not showing as installed in that 32 bit version.  Any ideas?

0 Kudos
on0308
Beginner
814 Views

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,

0 Kudos
SyafieqS
Moderator
808 Views

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.


0 Kudos
on0308
Beginner
800 Views

I got it.

 

The added question is different from this one, so I will set up another thread.


Thank you for your support.

 

 

0 Kudos
Reply