Forum Discussion
Altera_Forum
Honored Contributor
15 years agovideo line buffer using m9k
Hi all. I qould like to make a median filter by my own and interface it with avalon streaming protocol. I am going to work only on Y pixelsl. Now, I need to make a line buffer of 720 pixels. ...
Altera_Forum
Honored Contributor
15 years agoHave you considered using a dual port ram or a fifo?
In this way your 720 registers would be implemented with M9k blocks. Those two counters can directly drive the rd and wr address ports; little external logic can then be added to prevent rd/wr operation when counters match or are very close (actual action will depend from the function you need)