Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

CYCLONE V QSYS virtual memory problem

Hey all!

I am working on creating 4 lanes transceiver project on Cyclone V GX board using Qsys but it won't let me compile..

Error: Quartus Prime Analysis & Synthesis was unsuccessful. 1 error, 45 warnings

Error: Peak virtual memory: 783 megabytes

Error: Processing ended: Sun Oct 29 15:51:12 2017

Error: Elapsed time: 00:06:00

Error: Total CPU time (on all processors): 00:04:12

Any help would be very appreciated.

Many thanks and best regards,

Jaoua

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    None of what you posted is the actual error.

    All of this stuff:

    
     Error: Peak virtual memory: 783 megabytes
     Error: Processing ended: Sun Oct 29 15:51:12 2017
     Error: Elapsed time: 00:06:00
     Error: Total CPU time (on all processors): 00:04:12
    

    Is mostly useless information about the compilation, spat out as part of the error log. For example the "Peak virtual memory" is not an error, it's merely stating that's what the maximum system memory used during compilation.

    Look back through the output messages of the compilation to find the actual error message. You can click on the Error symbol above the messages window to show only error messages.