Ali8
New Contributor
1 year agoOneAPI: FPGA simulation fails when using USM
Hello,
I have been trying the different OneAPI tutorial examples for FPGAs. I can run all the examples with FPGA emulation. However, FPGA simulation only works for examples that do not use USM or buffers (simulation works fine when using host pipes!).
When I try to run FPGA simulation for the vector_add example with USM, I get the following error message:
Assertion failed: *fd != nullptr && "IPCSharedMemoryMaster() failed to open file!", file src/acl_msim_mem_manager.cpp, line 185
I am using OneAPI version 24.1, Intel Quartus Pro 23.4 and Questa starter edition 23.3.
I am using “Arria10” as a target when compiling for simulation.
Thanks,