Technical Articles

A Next-Generation Workflow for System-Level Design of Mixed-Signal Integrated Circuits

By Kunihiko Tsuboi and Nobutaka Okumura, STARC


In the competitive world of mixed-signal design, project delays are deadly for profitability. Design cycles are short, and the market moves very quickly, giving a competitive edge to any company that manages to accelerate its design process. At the Semiconductor Technology Academic Research Center (STARC), we have been given the mission of finding a way to cut design time in half and eliminate costly respins for our supporting companies. We have achieved this goal with our new system-level design flow.

Our system-level design flow (which we call STARCAD-AMS) starts with rapid and extensive behavioral modeling in Simulink®. Once we have a design that works at the system level, we generate C code from our Simulink models and import it into Cadence® Virtuoso®, where it is simulated using AMS Designer. We use our C code to verify the correctness of our circuit-level designs. We have benchmarked our STARCAD-AMS flow using a sigma-delta analog-to-digital converter (ADC) design. Our results show that design time is cut in half.

About STARC

STARC is a research consortium cofounded by major Japanese semiconductor companies. The mission of the consortium is to strengthen the Japanese semiconductor industry by promoting research and development of leading-edge technologies and processes. STARC works with its member companies and with government and academia to increase design productivity and foster the growth of the semiconductor industry.

Mixed-Signal Design Challenges

Combining analog and digital components on a single chip creates challenges not typically encountered in the design of strictly analog or strictly digital devices. First, the overall system design must be partitioned into its analog and digital parts. Most companies rely on the subjective judgment of the engineer to do this rather than basing partition decisions on practical implementation constraints, objectives, and tangible metrics. Second, the disparate design environments used by system-level and circuit-level designers hamper collaboration between the two groups. Third, to understand and mitigate layout effects for analog components, the entire design must be simulated at the circuit level using a language such as SPICE. Circuit-level simulations take too long to be practical for testing new design ideas or considering what-if scenarios.

The consequences of not addressing these challenges are costly. A survey of our member companies revealed that on average, three respins are required to complete a new type of mixed-signal design. In addition to the financial cost of each respin, the resulting delays can render the design obsolete before it is even shipped.

The STARCAD-AMS Design Flow

In the first phase of the project, we focused on using layout tools, SPICE, and other circuit-level simulators to improve the analog design process. Although we reduced design time by about 20%, many errors were still not caught until post-layout verification. These errors forced us to modify the original design and redo much of the work we had already completed.

To identify errors earlier, we shifted our focus from schematic to layout design. We then achieved an additional 50% reduction in design time. After that, we needed to shift our focus to system-level design for more effective mixed-signal design. After comparing various system-level design tools, we selected MATLAB® and Simulink. We knew that with MATLAB and Simulink we would be able to run fast simulations. Code generated from Simulink models can be integrated with Cadence and our circuit-level design flow—a key requirement. In addition, many STARC member companies were already using MATLAB and Simulink, and they recommended that we use them as well.

In the STARCAD-AMS flow, we codesign and model the analog and digital parts of the device in Simulink and then run system-level simulations to analyze the behavior and performance of design alternatives under a variety of operating conditions. For example, we study how the signal-to-noise ratio is affected by the signal bandwidth and by variations in the power supply signal. We also evaluate the effect of component changes; for example, we determine how op amp and comparator parameters affect overall system performance. Understanding complex system relationships such as these is essential to design optimization. By using Simulink instead of a circuit-level simulator we can complete hundreds of simulations in the time it previously took to complete one.

Once we have verified the behavior of the design in Simulink, we generate C code from the model using Simulink Coder™ and Embedded Coder™. We import the C code into Cadence Virtuoso and simulate it within a circuit-level model using AMS Designer. By comparing Simulink simulation results with AMS Designer simulation results, we verify the circuit-level model. For the digital parts of the design, we first verify each component, then groups of components, and finally, the entire system. For the analog parts, verification begins with groups of analog components. The design process then continues into the circuit-level flow we established in the early stages of STARCAD-AMS development.

The STARCAD-AMS workflow facilitates design partitioning because it enables a rapid transition from the system model to a register transfer level (RTL) design, logic synthesis, and a netlist. From the netlist, engineers can estimate the area and power requirements of the circuit and make informed decisions about optimal partitioning.

In addition to analog and digital component modeling, we used Simulink to create test benches. In this use case, the C code generated from Simulink is used to drive input signals in a circuit-level simulation.

Designing a Sigma-Delta Analog-to-Digital Converter: A Case Study

To test the new workflow, we applied it to the design of a third-order, sigma-delta ADC. The modulator and decimation filter were modeled in Simulink using integrator, gain, and filter blocks, as well as transfer function blocks and MATLAB Function blocks (Figure 1). The complete design included approximately 200 analog elements and 200 digital gates.

Figure 1. Third-order sigma-delta ADC modeled in Simulink.
Figure 1. Third-order sigma-delta ADC modeled in Simulink.

After modeling and simulating the initial design, we used MATLAB scripts to programmatically adjust system parameters in the model. Next, we generated C code from the model and imported the code into AMS Designer (Figure 2).

STARC_fig2_w.jpg

Figure 2. Simulink model components (top) used to generate C code for AMS Designer components (bottom). The signal block is used to generate test signals to stimulate the other blocks in the model.

We ran simulations in AMS Designer using the same input signals and compared the AMS Designer output with the Simulink output to verify the AMS Designer implementation (Figure 3).

STARC_fig3_w.jpg

Figure 3. Output waveforms in Simulink (top) and in AMS Designer (bottom) showing virtually identical results.

Using the STARCAD-AMS analog-digital codesign flow, our objective is to reduce design time by half by the end of March 2013.The third-order ADC took three engineer-days from system design to post-layout verification. When the same system was designed by another team using Verilog®-AMS, this effort required six engineer-days. We estimate that the same design would have taken two months using only circuit-level design and simulation tools.

Ongoing Development

We have demonstrated STARCAD-AMS to our member companies. Engineers at those companies will use the new flow on more complex mixed-signal designs, such as deserializers (SERDES), phase-locked loops (PLLs), and digital pre-distortion (DPD) devices. We continue to improve STARCAD-AMS, and plan to further automate the entire process from system-level design to schematics and mask data.

Published 2013 - 92085v00

View Articles for Related Capabilities

View Articles for Related Industries