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.

differences between fpga's and cplds

Status
Not open for further replies.

eeeraghu

Full Member level 4
Joined
Jun 3, 2005
Messages
221
Helped
26
Reputation
50
Reaction score
9
Trophy points
1,298
Activity points
3,384
whats the major differences between fpga's and cpld's
 

CPLDs are based on array of logic elements that can be routed together to form the complete function, like PLA and PAL.

FPGAs are arrays of logic cells (logic blocks) that are connected through routing channels. each Logic block can implement a complete function of certian number of inputs and produce one output. also FPGA has the advantage of pre-implmented complex blocks such as FIFO, Block memory, DSP blocks, DCM (digital clock manager), Rocket I/O for ethermet communication and so....

from the application point of view. CPLD is very good in small applications such as integrating the random logic on the board on one CPLD chip, glue logic, controlling...but FPGA can be used in more complex applications such as digital communication, optical communication, DSP and consumer electronics.
 

I would like to add some words:
CPLDs
- They are ready to work instantly after turn on;
- Quantity of reprogramming cycles is usually limited.
FPGA
- They need to be initialized after turn on and it takes a time;
- Unlimited quantity of initialization cycles.
 

hi,
cplds will be used whenever the design consists of more combinational circuits like gates and fpgas will be used whenever the design consists of more seqential circuits like memories.

with regards,
kul
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top