This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
|
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.
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]