vahidkh6222
Full Member level 2
i try to describe problem simple:
1- i have a VHDL written digital filter that filters out it's inputs with 2 clocks of latency.
2- for example i want to record a sound from ac97 decoder, filter this recorded sound, play it using the same decoder.
3- i must use c++ language to use microblaze and it's easy-to-use ipcores.
4- if i want to use my vhdl filter, i must sample out it's output just the same time i apply it's inputs.
5- but in the C++ i should run at least 2 line of sequential code and it can not be concurent in any ways....
so...how can i filter out my sound?
1- i have a VHDL written digital filter that filters out it's inputs with 2 clocks of latency.
2- for example i want to record a sound from ac97 decoder, filter this recorded sound, play it using the same decoder.
3- i must use c++ language to use microblaze and it's easy-to-use ipcores.
4- if i want to use my vhdl filter, i must sample out it's output just the same time i apply it's inputs.
5- but in the C++ i should run at least 2 line of sequential code and it can not be concurent in any ways....
so...how can i filter out my sound?