Forum Discussion
MPH23
New Contributor
2 years agoCouldn't access HLS in Quartus 19.1 Standard Edition
Couldn't access HLS in Quartus 19.1 Standard Edition I have done the steps: On Windows systems, initialize your environment as follows: Start a Visual Studio x64 Win64 Command Prompt session. For...
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