Forum Discussion
BoonBengT_Altera
Moderator
2 years agoHi @MPH23,
As mention earlier after setting up the environment and required library, just by running the i++ command if not sufficient as you would need to mention the required param.
Would suggest to go to the example design that comes with the installation under the path <hls installation path>/hls/examples.
From there you can compile the .cpp code via the command below:
- i++ counter.cpp -march=x86-64 -o counter-x86-64
Hope that clarify.
Best Wishes
BB