Hi, I have installed MS Visual Studio 2010 and Quartus Prime 17.1 with Modelsim Intel FPGA Starter Edition 10.5b to my Windows 10 computer. I am trying to run counter example in hls. Here, the output when I run build.bat -test-fpga:
Then, I try to simulate running test-fpga.exe it just prints "PASSED" nothing happens. What should be the problem?
Thanks.
Code:
C:\intelFPGA\17.1\hls\examples\counter>build.bat test-fpga
i++ -march=StratixV 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.
Thanks.