Forum Discussion
ybrstud
New Contributor
6 years agoHLS Main Optimizer Failed: The command line is too long
Hello everybody, currently I am working on a project, where I want to use the HLS compiler to use my c++ code on the FPGA. To your information: FPGA is CycloneV, Quartus version is 18.1 lite. Every ...
Engineer87
New Contributor
2 years agoHello i finally found the solution. The answer is : compiling c++ code in fpga mode with i++ compiler needs a huge amount of Ram and hdd resource for page filing. For example a cycloneV design needs about 64gb ram and resource. it depends on your design. Make a huge pagefile in OS and bring a huge ram. That is it. Thanks.