Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAltera-SOPC Handling
Hi all, I am new at the Software, and would be very grateful for some help. When I try to generate a Code with the SOPC-Generator (Chip : NIOS2, Memory, Jtag-UART) an Error occurs. LOGFi...
Altera_Forum
Honored Contributor
21 years agoThat sounds like the problem I ran into as well. I found out the cause for me was the lack of page space (virtual memory) on my computer. Instead of windows expanding the v-ram the build would just end.
The system I was using had 384kB of RAM and hardly any page space (was trying to make the system faster keeping more in physical RAM). If you have a similar setup try increasing the V-ram that the system uses and that'll probably fix your problem. Good-luck