Visible to Intel only — GUID: pmu1572392215933
Ixiasoft
Visible to Intel only — GUID: pmu1572392215933
Ixiasoft
1.4. Initializing the Intel® HLS Compiler Standard Edition Environment
The Intel® HLS Compiler environment initialization script applies only to the environment variable settings in your current terminal or command prompt session. You must initialize the Intel® HLS Compiler environment each time that you start a terminal or command prompt session to develop your design.
To initialize your current terminal or command prompt session so that you can run the Intel® HLS Compiler:
- On Linux systems, initialize your environment as follows:
- In your terminal session, change directories to the hls directory in your Intel® Quartus® Prime installation directory.
For example, /home/<username>/intelFPGA_standard/22.1/hls
- Run the following command from the hls directory to set the environment variables for the i++ command in the current terminal session:
source init_hls.sh
The command prints out the modified environment variable settings.
The environment initialization script shows the environment variables that it set, and you can now run the i++ command from this terminal session. - In your terminal session, change directories to the hls directory in your Intel® Quartus® Prime installation directory.
- On Windows systems, initialize your environment as follows:
- Start a Visual Studio x64 Win64 Command Prompt session.
For example, C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat.
- In your x64 Win64 Command Prompt session, change directories to the hls directory in your Intel® Quartus® Prime installation directory.
For example, C:\intelFPGA_standard\22.1\hls
- Run the following command from the hls directory to set the environment variables for the i++ command in the current terminal session:
init_hls.bat
The command prints out the modified environment variable settings.
The environment initialization script shows the environment variables that it set, and you can now run the i++ command from this command prompt session. - Start a Visual Studio x64 Win64 Command Prompt session.