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.

puzzle on current MPEG decoder project

Status
Not open for further replies.

heartfree

Advanced Member level 4
Joined
Oct 31, 2004
Messages
100
Helped
3
Reputation
8
Reaction score
2
Trophy points
1,298
Activity points
738
hello everybody, currently many asic design houses work on MPEG decoder.
they seem to adop the similar architecture : MCU + DSP + some analog blocks,
I wonder what 's the most difficult in those kinds of design, hardware design or software programming or system debug?
Could someone explain working flow in this architecture?
Thanks alot
 

Hi,
Well the most tricky part of MPEG codec are the following
Software challenges:
1) IPC as the MPEG data is huge and need to be handled eficiently.
2) Memory management and buffer allotment.
3) Having wrappers at each level for the hardware.

Hardware challenges:
1) Providing endoced and decoded data with proper synchronization.
2) Adopting proper filtering so as to maximize the signal strength.

As for the hardware its always one-time development and then reuse. But ofcourse the software complexity of these systems are so huge that they need a bit of more detail. So the challenges are rather equipotent.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top