Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIntel HLS example reports
Hello, I am new to the concept of HLS. I am using Intel HLS and going to start with the examples that come with the installation of Quartus prime edition. Can anyone of you share the succe...
Altera_Forum
Honored Contributor
8 years agoHi,
For steps and complete project folders and files check the link. https://drive.google.com/file/d/1jx-ulfgpmkt7r2uycnpiimell6ybudwr/view?usp=sharing Command promptC:\intelFPGA_pro\17.1\hls>init_hls.bat
Assuming current directory (C:\intelFPGA_pro\17.1\hls\) is root of i++
Will use C:\intelFPGA_pro\17.1\hls\..\quartus to find Quartus
for internal i++ use
INFO: Could not find files for the given pattern(s).
Will be using Modelsim at C:\intelFPGA\17.0\modelsim_ase\win32aloem
Will be using Modelsim at C:\intelFPGA\17.0\modelsim_ae\win32aloem
Setting environment for using Microsoft Visual Studio 2010 x64 tools.
Adding C:\intelFPGA_pro\17.1\hls\bin to PATH
Adding C:\intelFPGA_pro\17.1\hls\host\windows64\bin to PATH
C:\intelFPGA_pro\17.1\hls>cd C:\Users\anandr1x\Downloads\counter
C:\Users\anandr1x\Downloads\counter>make test-x-86-64
'make' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\anandr1x\Downloads\counter>build.bat test -x86-64
Usage: build.bat
Targets: test-msvc, test-x86-64, test-fpga, clean
Example: build.bat test-x86-64
C:\Users\anandr1x\Downloads\counter>build.bat test - x86 - 64
Usage: build.bat
Targets: test-msvc, test-x86-64, test-fpga, clean
Example: build.bat test-x86-64
C:\Users\anandr1x\Downloads\counter>build.bat test -x86-64
Usage: build.bat
Targets: test-msvc, test-x86-64, test-fpga, clean
Example: build.bat test-x86-64
C:\Users\anandr1x\Downloads\counter>build.bat test-x86-64
i++ -march=x86-64 counter.cpp -o test-x86-64.exe
Run test-x86-64.exe to execute the test.
C:\Users\anandr1x\Downloads\counter>build.bat test-fpga
i++ -march=Arria10 counter.cpp -o test-fpga.exe
test-fpga.exe : warning LNK4088: image being generated due to /FORCE option; image may not run
Run test-fpga.exe to execute the test.
C:\Users\anandr1x\Downloads\counter> Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation)