Forum Discussion
Engineer87
New Contributor
2 years agoProblem in Quartus Prime I++ HLS Compiling "The command line is too long."
hello every one. I got sticky problem in compiling my C++ code. when compiling wants to be finished the compiler stops and showing this message: The command line is too long. HLS Main Optimizer ...
- 2 years agoI 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. That is it.
BoonBengT_Altera
Moderator
2 years agoHi @Engineer87,
Yes with the success emulator flow, chances is the code are not the issues.
There are possibilities that design overfit, to look for other fpga with bigger resources you can find that details in the link below:
- https://ark.intel.com/content/www/us/en/ark.html
Note: Click on Intel® FPGAs and pick the required device to see their resources.
Hope that clarify
Regards
BB