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
Thank you for noticing both of these. Can you please explain a bit what work-loads (protocols, numbers of instances, connections etc.) that you are using. These are obvious syntax errors that we will fix, but for some reason we don't encounter them in our applications. So we would like to understand if there are some other subtle issues for work-loads we may not be using.
the first rtl syntax errors (rdma_meta_tx_arbiter.sv) was reported when I synthesized the rdma_perf example using U250 FPGA device
the second (generate_random_table.cpp)was discovered when I was reviewing the HLS code
Thanks @crizy for the explanation. Can you share your CMake configuration with us? We don't seem to be facing these issues on the U55C, so we would like to understand what's different other than the device (number of vFPGAs etc.)
the path : hw/hdl/network/rdma/
the file : rdma_meta_tx_arbiter.sv
the rtl code at line 163 of rdma_meta_tx_arbiter.sv file,
the request_snk[vfid] signal does not exist in rdma_meta_tx_arbiter.sv file, what is in the file is just req_snk[vfid],
so line 163 should be :
The text was updated successfully, but these errors were encountered: