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.

What are hardware accelerators?

Status
Not open for further replies.

Remya_sk

Newbie level 2
Joined
Nov 2, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore
Activity points
1,291
What are hardware accelerators?
Why is it needed?
What are the types of hardware accelerators?
Comparison on hardware accelerators and general purpose CPU?
Difference between hardware accelerators and software accelerators?
What is the function of hardware accelerators in graphics and image processing?
How does embedded software interact with an accelerator?
 

hardware accelerators are for graphics speedup.

without hwacclrtr , cpu has to generate all pixels in a screen.
it is a time consuming operation for high graphics contents.

instead , cpu gives commands to hwaccltrs , to generate the pixel infos.

in essence , cpu load for graphics is transferred to hwacclrts.

infact , hwacclrts are a cpu by itself(in terms of processing) but their main job is to receive commands fro main cpu and generate pixel data.
with dsp help they generate faster image data to be shown.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top