FIR filter ip block coefficient update not working or issue
Hi,
we want to use FIR filter IP block from intel on quartus lite prime with cyclone V E fpga in our design. So tried to test and simulate IP working on the model sim as well as on signal tap.
below is some ip setting we did for block related to tap coeffecients. so you can see we set it as 8bit fraction & 16bit coefficient value.
As per that IP generated 16bit coefficient update bus
so we run simulation for testing ip and written 16bit values to different coefficient tap address as given by ip user guide. but when we read out those written value back we get only LSB byte data correct msb byte returned 0. so for 16bit written we get only LSB 16bit only. same we observed on signal tap. we also tried reading all addresses but same issue.
can you check and brief about the ip core behavior. below attached model sim reference .