Forum Discussion

zlan01's avatar
zlan01
Icon for New Contributor rankNew Contributor
6 years ago

do the LPM_SHIFTREG must be used in the spi serial receiving code when the clock fequency is too fast?

input spi_data_i; output reg spi_data_o; reg [15:0]shift_sender; reg [15:0]shift_receiver; code 1: spi receiving code========================================================= always @(po...