How to install tools for OPAE/HLS workflow under Intel Acceralation Stack?
Due to project needs and tools available, we are seeking help on setting up development for OPAE/HLS workflow under Intel Acceralation Stack framework for either PAC N3000 or A10 GX card.
Currently, in our mind, we would like to
1/ develop acceralation kernel using HLS
2/ verify the hardware design standslone with ModelSim FPGA Starter version
3/ generate .gbs file for AFU
4/ develop host logic with OPAE
5/ run/verify design under Intel Acceralation Stack
We tried to setup the environment but still not working. The exact tools and versions we installed are as below:
1/ Intel Acceralation Stack v1.2 (this includes Quartus Prime Pro v17.1.1, OPAE v1.1.2)
2/ HLS v19.3
3/ Intel FPGA ModelSim Starter v17.1.0
4/ OS is Ubuntu 16.04
5/ GCC 5.4
We followed the Intel High Level Synthesis Compiler - Getting Started Guide (UG-20036 | 2019.09.30), but when tried for
make test-fpga, build failed. Error log is in the attachment.
(note that make test-gpp, or test-x86-64 are all okay and can be verified.)
Could you help to confirm if the above flow/understandings are correct?
How should I proceed next?
Thanks a lot.