Forum Discussion
Altera_Forum
Honored Contributor
18 years ago --- Quote Start --- I don't fully agree with you on the difference below. - Only master source and slave sink are supported in Avalon ST. In Atlantic, master/slave source and master/slave sink are all supported. The reason is it depends on the core. Avalon ST doesn't explicitly specify if the source/sink is master/slave and it's not necessary. The master/slave is implied by the way the core is designed. For example, Altera FIR compiler serves as slave sink and master source which is consistent with your comment. However, Altera FFT MegaCore serves as master sink and master source which is not consistent. --- Quote End --- OT: How do I get rid of the streaming interface on the FIR core? My design was working fine using the old interface and I'd prefer not to switch (actually, I tried to switch, but I couldn't get it to work as well with the streaming interface).