Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

is there any concurency remains using microblaze processor?

Status
Not open for further replies.

vahidkh6222

Full Member level 2
Joined
Oct 11, 2005
Messages
137
Helped
6
Reputation
12
Reaction score
0
Trophy points
1,296
Activity points
2,419
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?
 

Re: is there any concurency remains using microblaze process

You Should Use The FSL ability Of The Micro-blaze.

Build Your VHDL core And Interface It To Microblaze Thrught FSL.

Then In One Command You Can Read The filterd Output.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top