Skip to content

VLSIFacts

Let's Program the Transistors

  • Home
  • DHD
    • Digital Electronics
    • Fault Tolerant System Design
    • TLM
    • Verification
    • Verilog
    • VHDL
    • Xilinx
  • Embedded System
    • 8085 uP
    • 8086 uP
    • 8051 uC
  • VLSI Technology
    • Analog Electronics
    • Memory Devices
    • VLSI Circuits
  • Interview
    • Interview Experience
    • Training Experience
    • Question Bank
  • Notifications
  • QUIZ
  • Community
  • Job Board
  • Contact Us
  • Toggle search form

FPGA vs. Microcontroller

Posted on March 13, 2016June 17, 2025 By Dewansh No Comments on FPGA vs. Microcontroller

FPGA stands for Field Programmable Gate Array. They are programmable integrated circuits made up of a large number configurable logic blocks (CLBs), fixed function blocks and memory blocks which can be used to perform complex digital computations. The CLBs are the basic and most important unit of FPGA. CLBs are made up of Look Up Tables (LUTs) and flip-flops.

Microcontroller is a small computer on a single IC containing a processor, memory, I/O peripherals and program memory (Flash/RAM).

Microcontrollers execute the program stored in their ROM memory. The programs for microcontrollers are written in high level languages like C or in assembly language. These languages are sequential/procedural in nature i.e. one line execute after the previous and before the next.

On the other hand FPGAs are wired circuits which can make things work in a parallel fashion i.e. more than one things can be executed at the same time. The FPGAs are programmed using HDLs like Verilog or VHDL which are concurrent languages.

FPGA is faster than a microcontroller in most cases. For example we have three switches and three LEDs. Whenever the switch is on the corresponding LED lights up.

Let us first consider the case of a microcontroller. The switches are connected to the input ports of the microcontroller while the LEDs are connected to the output port. The controller has a processor which processes the inputs and decides the corresponding output. When all three switches are pressed each input one by one is processed by the processor and the LED is lit up. This all happens very quickly in a very tight loop but the time taken by the processor is thrice than if there was a single switch-LED system (Sequential Processing).

However in the case of FPGA a connection (like a wired connection) is simply made between the switch and the LED and there is a separate connection for each switch so all switch-LED systems work in parallel (Concurrent Processing). Also the time taken for processing is saved. Thus the speed of FPGA is much faster than a microcontroller as illustrated in this example.

This is a trivial example in which the time delay does not matter much but in case of large complex circuits, small delays add up to make larger ones.

Spread the Word

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to email a link to a friend (Opens in new window) Email
  • Click to print (Opens in new window) Print

Like this:

Like Loading...

Related posts:

  1. Difference between Microprocessor & Microcontroller
  2. Device Drivers : Role & Types
  3. Components of Device Driver
  4. Kernel Modules, Major Number and Minor Number
DHD, Embedded System Tags:FPGA, Microcontroller

Post navigation

Previous Post: Digital Design Methodologies
Next Post: Interview Experience – Si2Chip – Memory Design

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops
  • NAND and NOR gate using CMOS Technology
  • AND and OR gate using CMOS Technology


 

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

%d