Summary of Introduction to EDA.

Summary

ICs are small devices that make electronic products work. They contain millions of transistor devices and connecting wires.

EDA tools are computer programs that help chip designers do their jobs. For example, they help designers specify devices and simulate how they will operate together. These tools are like programs that architects use to design buildings or that civil engineers use to design bridges.

The designers could not handle the IC complexity without the tools. Moreover, the number of transistors per IC continues to double every two years or so. The smaller dimensions cause more complex electrical issues that EDA tools must check for or avoid.

Creating a chip involves many stages, including specification of what the chip will do. There are different EDA tools for each design step and task in the design sequence.

The logic design stage determines how the chip outputs will depend on its inputs. Simulation and modeling test the chip behavior with a computer model. Synthesis translates the logic design into actual devices. Layout places (locates) the devices on the chip and all the interconnecting wires.

A chip design team typically consists of many engineers. Some work on a single stage of design, others work on several. All of them need EDA tools to do their jobs.

An error in the final tapeout can be very expensive in time and money to fix. A single tiny error can fail the entire chip, so exhaustive testing is required.

There is more detail on electricity, semiconductors, and logic in Appendices A, B, and C. Appendix F supplies additional background on the semiconductor and product design industries.

Comments

Popular posts from this blog

Design using Standard Description Languages:The simulation model in VHDL

EDA Tutorial:Place and Route in a Standard Cell Design Style

Overview of EDA Tools and Design Concepts:Major Classes of EDA Tools.