You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add HBM in cl_sde example to store large data on FPGA. Inside cl_sde, I believe cl_sde_srm module is responsible for managing on-board data storage, but it uses a streaming manner which does not include data address. Is it possible to pass data address when interacting with the board so that HBMs can be used to store data?