Hi All,
Do you have any comments on the issue below?
We have a very big SC_MODULE (auto generated), we split it into 28 cpp files. and the SC_CTOR has about 100K lines.
We compile the design on a 32GB Linux server, and get out of memory error:
cc1plus.exe: out of memory allocating 33554432 bytes
make: *** [obj/ldpc_decoder_core_1.o] Error 1
thanks,
Qingwen