Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAvalon Streaming Interface VHDL templates
Has anyone got any Avalon Streaming Interface VHDL templates? I want to interface an A/D to an FIR to an avalon memory interface. thanks
Altera_Forum
Honored Contributor
16 years agoI'm not sure that there are any, but it's easy to implement... Just put your data on the data bits, assert 'valid' when the data from the A/D is there, and wait until 'ready' is asserted. When it is, de-assert 'valid' and prepare the next data word.