Forum Discussion

GradyM's avatar
GradyM
Icon for New Contributor rankNew Contributor
3 years ago
Solved

Compilation Internal Error Quartus 9.1

I'm adding new capabilities to a Quartus 9.1 design for Stratix II. This involved adding several new vhdl modules that instantiate 2 FIFOs. I added the new custom files and the generated fifo .qip ...
  • GradyM's avatar
    GradyM
    3 years ago

    Thanks for the response Sheng. Sorry, I couldn't provide the source due for proprietary reasons.

    I found the cause of that quartus internal error. I had removed a design component that isn't required anymore to free up resources (it is in the SOPC table of connected components), but I could still find it in the quartus settings file. Apparently, it was defined as a design partition (possibly for incremental compile reasons?). I’m not the original designer, so I’m not aware of the design decisions that went into setting that up. I deleted it from design partition table, then I could compile successfully. Would have been nice if tool had indicated “invalid design partition” instead of “internal error”. Regards, Grady