// Baud rate - divisor calculation
时间:03-15
整理:3721RD
点击:
Baud rate calculation for SPI - Quicklogic IP
assign baud_divisor = ((SPICFG[18:16] + 1) * (2**(SPICFG[23:21]+1)));
assign baud_divisor = ((SPICFG[18:16] + 1) * (2**(SPICFG[23:21]+1)));
Is it ok .. check and tell ppl
thanks for sharing