Critical Issue
By default, the Assembler and the Time Quest Timing Analyzer run in parallel during full compilation. In rare circumstances, parallel compilation can cause the Time Quest Analyzer to fail with an internal error similar to the following:
Internal Error: Sub-system: QSTA, File: /quartus/Taoism/qsta/qsta_sta_interface.cpp,
Line: 1189
If you encounter this error, disable parallel compilation by adding the following line to your project\'s Quartus II Settings File (.qsf):
set_global_assignment -name FLOW_ENABLE_PARALLEL_MODULES
Off
and then re-run timing analysis.