4.2 CAD TOOL-BASED LOGIC DESIGN

Today's digital integrated circuits are designed to perform highly complex functions. Their design would be very challenging (and nearly impossible) if it were not for the availability of the numerous CAD (computer-aided design) tools used for the following tasks: design entry, simulation, synthesis and optimization, and physical design. Initially, the specifications of the system to be designed are derived from the requirements.

  1. Design entry. Design entry is the first step in the design process using CAD tools. A designer describes the circuit to be implemented using some design-entry method provided by the tools. The most common design-entry method is to write a hardware description language program in VHDL or Verilog, which can be compiled using CAD toolsto simulate the design, synthesize, optimize, and generate the circuit implementation. Other methods of design entry include schematic entry (the circuit is drawn using symbols from a library supported by the tool), and entry using truth tables (where inputs and corresponding outputs are described using a truth table in a text file).
  2. Simulation. Once the design entry is completed, the design is tested for correct functionality using simulation. The CAD tool that performs this job is called a functional simulator. For simulation, the user has to supply to the simulator “test vectors” for the inputs and expected outputs. Simulation is also performed after synthesis, which is the process of translating ...

Get Introduction to Digital Systems: Modeling, Synthesis, and Simulation Using VHDL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.