Forum Discussion

CFabr1's avatar
CFabr1
Icon for New Contributor rankNew Contributor
2 years ago

PowerPlay Power Analyzer error

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

4 Replies

  • FvM's avatar
    FvM
    Icon for Super Contributor rankSuper Contributor

    Hi,

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

    Should show something like

  • CFabr1's avatar
    CFabr1
    Icon for New Contributor rankNew Contributor

    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

  • FvM's avatar
    FvM
    Icon for Super Contributor rankSuper Contributor

    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.

  • NazrulNaim_Intel's avatar
    NazrulNaim_Intel
    Icon for Regular Contributor rankRegular Contributor

    Hello,


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


    Best regards,

    Nazrul Naim