Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17164 Discussions

PowerPlay Power Analyzer error

CFabr1
Novice
1,372 Views

Hi all,

I'm trying to compile a Verilog file under Quartus 17 targeting a Max 10 FPGA (10M08SCE144C8G ) but I get this error all the time :

 

PowerPlay Power Analyzer (quartus_pow) cannot be run. It requires a successful run of the Assembler. The Assembler (quartus_asm) failed or was not run.

 

I set the FLOW_ENABLE_POWER_ANALYZER value to OFF but it did not change anything.

Any suggestion?Thanks in advance

Labels (1)
0 Kudos
4 Replies
FvM
Honored Contributor II
1,340 Views

Hi,

what do you see in compilation report/assembler/messages?

 

Should show something like

FvM_0-1704023070995.png

 

0 Kudos
CFabr1
Novice
1,328 Views

Thanks for reply.

I got this output :

 

Info: Running Quartus Prime Assembler
Info: Version 17.0.0 Build 595 04/25/2017 SJ Standard Edition
Info: Processing started: Sun Dec 31 15:34:08 2023
Info: Command: quartus_asm --read_settings_files=off --write_settings_files=off C86S105 -c C86S105
Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance.
Warning (292011): Can't generate programming files because you are currently using the Quartus Prime software in Evaluation Mode.
Info: Quartus Prime Assembler was successful. 0 errors, 2 warnings
Info: Peak virtual memory: 4676 megabytes
Info: Processing ended: Sun Dec 31 15:34:11 2023
Info: Elapsed time: 00:00:03
Info: Total CPU time (on all processors): 00:00:00
Info: *******************************************************************
Info: Running Quartus Prime PowerPlay Power Analyzer
Info: Version 17.0.0 Build 595 04/25/2017 SJ Standard Edition
Info: Processing started: Sun Dec 31 15:34:12 2023
Info: Command: quartus_pow --read_settings_files=off --write_settings_files=off C86S105 -c C86S105
Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance.
Error (215039): PowerPlay Power Analyzer (quartus_pow) cannot be run. It requires a successful run of the Assembler. The Assembler (quartus_asm) failed or was not run.
Error: Quartus Prime PowerPlay Power Analyzer was unsuccessful. 1 error, 1 warning
Error: Peak virtual memory: 4670 megabytes
Error: Processing ended: Sun Dec 31 15:34:12 2023
Error: Elapsed time: 00:00:00
Error: Total CPU time (on all processors): 00:00:00

0 Kudos
FvM
Honored Contributor II
1,316 Views

Hi,

presume this is the problem
"Can't generate programming files because you are currently using the Quartus Prime software in Evaluation Mode."

MAX10 is supported by free Quartus prime lite. No need to use standard version in evaluation mode. I'm also not sure if Quartus 17.0 has final models for MAX10, I'd refer to a more recent version. 

0 Kudos
NazrulNaim_Intel
Employee
1,224 Views

Hello,


As stated from the previous reply by user 'FvM". The reply can be accepted as the solution.


Best regards,

Nazrul Naim


0 Kudos
Reply