Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPro& Cons using FPGA???
Hello everyone, Can someone pointed out to me what are the pros and cons using fpga compare to microcontroller? What I know is fpga execute our program in paralel order and uc execute the progra...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- What do you mean when you said "reconfigurable"? I think uc is also reconfigurable. --- Quote End --- Not the same thing, not even close. Programming an FPGA is much like designing a digital integrated circuit: You draw* the circuit using logic gates (AND, OR, etc) and flip-flops and some other bits and pieces. Then you use the FPGA software to synthetize and map the circuit you draw into a FPGA configuration and when you load the configuration into the FPGA, it will behave as the circuit you draw. * Or you describe the behavior of the circuit in Verilog/VHDL