Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

CYCLONE V QSYS virtual memory problem

Altera_Forum
Honored Contributor II
1,197 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
266 Views

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.
0 Kudos
Reply