Knowledge Base Article
Error (21075): The junction temperature range value of '[-40 C, 100 C]' is illegal for the currently selected part.
Description
In the Quartus® II software version 13.1, you may see this fitter error if you compile a design targetting a Max® V device in the industrial temperature range that was created in an earlier version of the Quartus II software.
The Quartus II software version 13.0 SP1 and earlier, supported the industrial temperature range for Max V devices. Beginning with the Quartus II software version 13.1, MAX V devices only support the extended temperature range.
Resolution
To avoid this error, change the following setting in the Quartus Setting File (.qsf) before compiling in later version of the Quartus II software.
From:
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 100
To:
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 125
Updated 6 days ago
Version 3.0No CommentsBe the first to comment