NLaza3
New Contributor
5 years agoHi! Is uMsg really supported on fpga-bdx-opae?
I am trying to implement UMsg on fpga-bdx-opae servers on Intel HARP with OPAE sdk. I have been successful in simulating the design with ASE. When I run it on hardware, I get errors.
1. I tried using the API for getting the UMAS pointer: fpgaGetUmsgPtr() but it returns a FPGA_NO_MEMORY error.
2. Output for fpgaGetNumUmsg() gives me that there are 0 UMsgs supported.
Is there something that I might be missing since the document I’m referring to clearly mentions that “UMsg is only supported in the Integrated FPGA Platform”, which “fpga-bdx-opae” satisfies.