Altera_Forum
Honored Contributor
11 years ago2D FIR filter test bench address out of bound
Working with the 2D fir filter test-bench (from video and image processing suite). Configured the lpm resolution to be 640.
Issue is that data_out goes high impedance at regular intervals and the dout_valid does not transition low.- valid data output for 638 clock cycles
- then output is undefined for 386 clock cycles
- these two intervals sum to 1024 (maybe there's a 10 bit address counter even though I've asked for 640 sized image?)
- after 16 "lines": din_ready transitions low, then din_valid goes low, and finally dout_valid drops low