Currently, the build in XRT libraries provided by xrt_jll do not work as expected.
i.e. in software emulation, no device can be created, although Vitis is installed on the system.
using XRT
d = XRT.Device(0)
leads to the error: no device with id '0', although XCL_EMULATION_MODE=sw_emu is set in the environment.
Currently, the build in XRT libraries provided by
xrt_jlldo not work as expected.i.e. in software emulation, no device can be created, although Vitis is installed on the system.
leads to the error: no device with id '0', although
XCL_EMULATION_MODE=sw_emuis set in the environment.