jbleclere
New Contributor
5 years agoOn Devcloud, how to use OPAE python API
On Intel-DevCloud, I've developed my FPGA design and a C++ application using OPAE-C++ API.
Now I'd like to rewrite my application but using the OPAE python API.
I'd a look at the doc: https://opae.github.io/latest/docs/README.html
but unfortunately, the pip command fails:
pip install --user opae.fpga
with the message : "pysysobject.h:29:37: fatal error: opae/cxx/core/sysobject.h: No such file or directory" (refer to full log in attachment)
Please, how to proceed:
- with the installation on DevCloud (isn't it already installed on DevCloud by default?)
- ideally with an example application showing how to use the python API?
Thanks