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 program sequentially. Because of that reason, I think fpga tends to make less delay compare to uc. It is needed for example when I would like to operate multiple motor which I need accuracy. FPGA convert our hdl later into some sort of gate array but the uc use only bunch of instruction. (please someone correct me if I'm wrong) What are other pro& con using fpga compared to uc? Thank you everyone.