Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Long compile time (infinte loop)

Hello all,

I have finally gotten some code I have been working on to compile, specifically after installing the April update to the OpenCL compiler. However, the Compile has been going for almost a week now, is there something wrong or is a long compile time possible for complex code?

Sincerely,

Aaron S.

13 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The first stage of compilation completes successfully. I think I was confused. By 14.0 update 1 you just mean the 14.0 release? This is what I'm using.

    For me, the second Quartus stage of compilation is what takes days (over 5 days before I killed it). This may be a reasonable time, and I'm just being impatient, but my utilization is around 70% so I expected this was some sort of error.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    No, this is not normal. There are no rules, but my experience is that quartus compilation typically take < 10-12 hours, perhaps a little longer if the chip is close to being full.

    This is not directly related to the OpenCL compiler. Other Altera forums may have more information about this kind of issues.

    In the meantime, you can perhaps try to reduce the resource usage of your design, or try compiling for a smaller problem size first to make sure that quartus works fine.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I've verified shorter compile times and correct execution for smaller instances of the problem.

    Thanks for the info/advice Outku,

    -Jack