Design flow (EDA)

Last updated

Design flows, often known as RTL to GDSII, are the explicit combination of electronic design automation tools to accomplish the design of an integrated circuit. They start with a textual description of the proposed chip operation, written in a register transfer level (RTL) language such as Verilog. These are converted to a netlist by a logic synthesis tool, and the resulting gates are then placed, and routed. The result is an image of the chip to be fabricated, typically in the GDSII format.

Contents

History

In the early days of chips, up until the mid 1970s, each step in a design flow was done by hand. Engineers drew logic diagrams to express the chip function, decided where to place each gate on the chip, and drew wires to interconnect the gates. As chips became larger at a rate determined by Moore's law, manual design became impractically slow and error prone. This first led to stand-alone tools such as synthesis, placement, and routing, each of which tackled part of the problem. However interactions between the tools, and the importance of new effects such as interconnect delay and design for manufacturability, led to the need to integrate these tools in order to achieve design closure.

The RTL to GDSII flow underwent significant changes from 1980 through 2005. The continued scaling of CMOS technologies significantly changed the objectives of the various design steps. The lack of good predictors for delay has led to significant changes in recent design flows. New scaling challenges such as leakage power, variability, and reliability will continue to require significant changes to the design closure process in the future. Many factors describe what drove the design flow from a set of separate design steps to a fully integrated approach, and what further changes are coming to address the latest challenges. In his keynote at the 40th Design Automation Conference (2003) entitled The Tides of EDA, [1] Alberto Sangiovanni-Vincentelli distinguished three periods of EDA:

See the OpenROAD Project for a publicly available instance of a modern design flow.

There are differences between the steps and methods of the design flow for analog and digital integrated circuits. Nonetheless, a typical VLSI design flow consists of various steps like design conceptualization, chip optimization, logical/physical implementation, and design validation and verification. [2] [3]

See also

References

  1. The Tides of EDA Alberto by Sangiovanni-Vincentelli, University of California at Berkeley
  2. Chauhan, Komal (2019-06-04). "ASIC Design Flow in VLSI Engineering Services – A Quick Guide". eInfochips. Retrieved 2019-11-28.
  3. Basu, Joydeep (2019-10-09). "From Design to Tape-out in SCL 180 nm CMOS Integrated Circuit Fabrication Technology". IETE Journal of Education. 60 (2): 51–64. arXiv: 1908.10674 . doi:10.1080/09747338.2019.1657787. S2CID   201657819.