Skip to content

The journey of designing an ASIC (application specific integrated circuit) is long and involves a number of major steps – moving from a concept to specification to tape-outs. Although the end product is typically quite small (measured in nanometers), this long journey is interesting and filled with many engineering challenges.

License

abdelazeem201/ASIC-Design-Roadmap

Repository files navigation

ASIC-Design-Roadmap

The journey of designing an ASIC (application specific integrated circuit) is long and involves a number of major steps – moving from a concept to specification to tape-outs. Although the end product is typically quite small (measured in nanometers), this long journey is interesting and filled with many engineering challenges.

Application Specific Integrated Circuit (ASIC) are application specific, which means the design is for sole purpose. So, the CPU inside your phone is ASIC. The digital circuitry of ASIC is made up of permanently connected gates and flip-flops in silicon. The logic function of ASIC is specified using hardware description languages such as Verilog, System Verilog or VHDL. ASIC is more power efficient than FPGAs, since its circuit is optimized for its specific function. Power consumption of ASICs can be very minutely controlled and optimized using many approaches such as Design Space Exploration DSE. ASIC is well suited for very high-volume mass production. ASIC are capable of working at much higher frequency than FPGAs. The important factor, ASICs can have complete analog circuitry, for example WiFi transceiver, on the same die along with microprocessor cores. This is the advantage which FPGAs lack. But as said, ASICs are not suited or preferred for the application areas where the design might need to be upgraded frequently or once-in-a-while. The verification is an absolutely importation step in ASIC prototyping as it is not recommended to prototype a design using ASICs unless it has been validated and verified. Thus, when the silicon has been taped out, almost nothing can be done to fix a design bug.

Thus, ASICs are better as mass production is possible, the cost per unit is lesser as compared to FPGA(whereas getting started with FPGA is cheaper as compared to ASIC). ASIC is comparatively energy efficient.The designer has few entry barriers to start with ASICs. Analog design can be implemented on ASIC.

Fig. Complex ASIC Design

Physical Design flow of Application Specific Integrated Circuits:

بِسْمِ اللهِ الرَّحْمنِ الرَّحِيم
“وَمَا أُوتِيتُمْ مِنَ الْعِلْمِ إِلَّا قَلِيلًا”
*A. Prerequisite for this Roadmap:*

Tutorials and Courses

  1. Digital electronics 📽 - First of all I would like to tell you to build your basic concepts strong,which includes Digital electronics ,MOSFET,CMOS Design,FF ,Latches.

"Note" You don't need to go through the whole coures, you just need the basic concepts of MOSFET

  1. Digital logic design (ASIC/SOC)/Frontend design: This includes digital design techniques

CS221 digital design by Dr/Waleed Youssef 📽 - Digital System Design

Hardware modeling using verilog by Dr/Indranil Sen Gupta 📽 -HDLs like Verilog, and several design techniques like timing, synthesis, logic circuits, state machines, pipelining, etc etc

  1. Digital Design & Computer Architecture

    Digital Design and Computer Architecture 📽- Digital Design and Computer Architecture

  2. Digital IC Design: A comprehensive Digital IC Design course -by Dr/Hesham Omran- that takes you from basics to ASICs based on the popular textbook "CMOS VLSI Design: A Circuits and Systems Perspective" 4th ed. by Weste and Harris.

    part1: https://youtube.com/playlist?list=PLMSBalys69yzvAKErDt7tT7O-iIKPlOCP

    part2: https://youtube.com/playlist?list=PLMSBalys69yxoIjeZ2Q3fxs69cGCU14B1

    part3: https://youtube.com/playlist?list=PLMSBalys69yw1tSoF42QW9jbbC0-UeCAy

ASIC Design Cycle Work "PnR":

1. Advanced Logic Synthesis by Dhiraj Taneja,Broadcom, Hyderabad.

Logic Synthesis 📽 - This course aims at imparting practical knowledge in Synthesis and Timing Closure. It also includes Synopsys DC and PT labs.

"You can skip the first 12 videos if you want"

2. VLSI Physical Design By Prof. Indranil Sengupta

Physical design and implementation 📽 - Physical design and implementation: In VLSI design flow after the front end logic design and verification is done, the backend or physical design flow is the next step in terms of mapping the design to technology. This involves the following steps majorly - Design Netlist (synthesis), Floorplanning, Partitioning, Placement, Clock tree synthesis, Routing, Physical Verification, and GDS Generation for tape out.).

3. Digital VLSI Design (RTL to GDS) "Very recommended"

RTL2GDSII 📽 - cover the basics of Chip Implementation, from designing the logic (RTL) to providing a layout ready for fabrication (GDS).

Awesome Digital IC

A collection of great ASIC/FPGA/VLSI project/tutorial/website.

  • 📍 = Github Project
  • 📽 = With vedio
  • 👶 = Easy to get start with
  • ⭐ = Recommended
  • 💬 = More Details

Awesome Awesome ⭐

Awesome-lists for digital ic.

Github Topics

  • verilog 📍 - Here are 2,566 public repositories matching "verilog" topic...
  • vhdl 📍- Here are 1,766 public repositories matching "vhdl" topic...
  • fpga 📍 - Here are 3,136 public repositories matching "fpga" topic...

Quora Topics

  • verilog 📍 - Here are 2,566 public repositories matching "verilog" topic...
  • vhdl 📍- Here are 1,766 public repositories matching "vhdl" topic...
  • fpga 📍 - Here are 3,136 public repositories matching "fpga" topic...

Projects and IPs

Communication Technology

  • ALEX FORENCICH - Verilog IPs including PCIe/Ethernet/I2C/Uart etc.

  • ALEX FORENCICH - AXI 📍stars - Collection of AXI4 and AXI4 lite bus components. Most components are fully parametrizable in interface widths.

  • TVIP - AXI 📍stars - An UVM package of AMBA AXI4 VIP.

  • PULP-platform - AXI 📍stars - AXI SystemVerilog synthesizable IP modules and verification infrastructure for high-performance on-chip communication.

  • ALEX FORENCICH - AXIS 📍stars - Collection of AXI Stream bus components. Most components are fully parametrizable in interface widths.

  • ALEX FORENCICH - IIC 📍stars - I2C interface components. Includes full MyHDL testbench with intelligent bus cosimulation endpoints.

  • corundum - NIC 📍stars

  • RIFFA - PCIe 📍stars - Reusable Integration Framework for FPGA Acceleratorscommunication.

  • ALEX FORENCICH - UART 📍stars - A basic UART to AXI Stream IP core, written in Verilog with cocotb testbenches.

  • zipcpu - UART 📍stars - A simple, basic, formally verified UART controller.

  • C910 - UART 📍

Information Technology

RISC-V

Others

  • zipcpu ⭐📍stars - with detailed comments.
  • openmsp430 - The openMSP430 is a synthesizable 16bit microcontroller core written in Verilog.
  • Nyuzi Processor 📍stars - GPGPU microprocessor architecture.

Tutorials and Courses 💬Intro

  • zipcpu 👶 - Verilog, Formal Verification and Verilator Beginner's Tutorial
  • WORLD OF ASIC ⭐ - A great source of detailed VLSI tutorials and examples.

HDL

  • More information about hardware description language on Awesome HDL

Verilog Grammar

VHDL Grammar

Verification

  • Verification Academy - The most comprehensive resource for verification training.
  • Verification Guide - Tutorials with links to example codes on EDA Playground.
  • Doulos - Global training solutions for engineers creating the world's electronics products.
  • testbench - Some training articals for systemverilog.
  • ClueLogic - Providing the clues to solve your verification problems.
  • ChipVerify - A simple and complete set of verilog/System Verilog/UVM tutorials.

Build a CPU

FPGA

Tools

Online Judge Platforms

  • HDL bits - A collection of small circuit design exercises for practicing digital hardware design using Verilog Hardware Description Language (HDL).
  • nowcoder - Verilog Part - A verilog oj platform.

About

The journey of designing an ASIC (application specific integrated circuit) is long and involves a number of major steps – moving from a concept to specification to tape-outs. Although the end product is typically quite small (measured in nanometers), this long journey is interesting and filled with many engineering challenges.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published