Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I saw these two terms in context of chip-design.

  1. what are Back-end and Front-end?
  2. what are the differences between them?
share|improve this question

3 Answers

up vote 3 down vote accepted

@W5V0's answer is true. But Front-end can mean RTL-level design (Verilog or VHDL) and back-end is the chip-specific work (e.g. synthesis, mapping to gates) that results in a GDS-II file for the chip manufacturer.

share|improve this answer

These are terms that refer to different stages of wafer processing. These expressions are typically written as "Back End of Line" (BEOL) and "Front End of Line" (FEOL) and refer to different stages of manufacturing.

  • Front End of Line refers to "Front" or first part of a wafer manufacturing line. This is where all the wafer-based devices are formed, such as transistors, poly capacitors, non-metal resistors, and diodes.

  • Back end of Line refers to the "Back" or last part of the manufacturing line. This is where the metal interconnection is added, as well as any top insulating layer. In addition, metal resistors, metal-metal capacitors, and inductors are build using these steps.

share|improve this answer

Seems like the answer depends strongly on context. Where I work (an IC manufacturer), I generally use these definitions:

The front end is the required work for creating the IC:

  • IC design
  • IC simulation
  • IC fabrication (includes FEOL and BEOL)
  • Packaging/assembly

The back end is the support functions for characterizing and ensuring quality of the IC:

  • Lab evaluation, including eval PCB design
  • Automated test, including ATE PCB design
  • Applications/customer support
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.