FPGA-ftdi245fifo icon indicating copy to clipboard operation
FPGA-ftdi245fifo copied to clipboard

usb_rx_mass verificaton

Open jinz2014 opened this issue 4 months ago • 0 comments

Hello,

It will be helpful update the usb_rx_mass program in Python to verify the data read on a host match the data generated by the FPGA logic ? Currently, it checks the lengths of the data. Thanks.

       if expect_len != rx_len :
            print('*** expect_len (%d) and rx_len (%d) mismatch' % (expect_len, rx_len) )
            break

jinz2014 avatar Oct 11 '24 21:10 jinz2014