RC4ML / Shuhai

Shuhai is a benchmarking-memory tool that allows FPGA programmers to demystify all the underlying details of memories, e.g., HBM and DDR4, on a Xilinx FPGA
93 stars 20 forks source link

Error compiling PCIe driver on kernel #5

Closed wufenghui closed 1 year ago

wufenghui commented 1 year ago

4

1695623054922 1695623133994

carlzhang4 commented 1 year ago

This is due to the mismatch of the kernel version. You can refer to this issue for the solution. #3 In short, you can remove this line or use wmb() to replace mmiowb(). Or just try another kernel version that supports this function.