<how to design serial filter using single DSP slic...
# community-feeds
r
how to design serial filter using single DSP slice &amp; SRLC32E(shift register LUT clock enable) i am trying to implement serial filter of 8 tap using single dsp and single SRLC32 instantiation in top module but i am not getting correct output. my input data_in is from 1 to 100 which i have read from text file line by line. coefficient h is from 1 to 8 . in waveform window, my input from dap is coming from 0, 1,2,3, 4, in address bus and coefficient is coming as from 0,1,3,8 |1,3,8| 1,3, 8....or line "|" is use user just to get better readability. module dsp_filter_serial( input...