800x100 static WP 3
WP_Term Object
(
    [term_id] => 157
    [name] => EDA
    [slug] => eda
    [term_group] => 0
    [term_taxonomy_id] => 157
    [taxonomy] => category
    [description] => Electronic Design Automation
    [parent] => 0
    [count] => 3886
    [filter] => raw
    [cat_ID] => 157
    [category_count] => 3886
    [category_description] => Electronic Design Automation
    [cat_name] => EDA
    [category_nicename] => eda
    [category_parent] => 0
)

A Programmable Electrical Rule Checker

A Programmable Electrical Rule Checker
by Daniel Payne on 04-29-2013 at 11:21 pm

IC designers involved with physical design are familiar with acronyms like DRC (Design Rule Check), LVS (Layout Versus Schematic) and DFM (Design For Manufacturing), but how would you go about checking for compliance with ESD (Electro Static Discharge) rules? You may be able to kludge something together with your DRC tool and some Tcl or Skill code, but it turns out that there is an easier approach by using a Programmable Electrical Rule Checker. At Mentor Graphics they’ve dubbed this product as Calibre PERC. I’ve blogged about PERC before, but I wanted to see what was new and decided to watch an on-demand web seminar where the emphasis was on actually using the tool.

This demo was conducted by Dina Medhat, TME at Mentor Graphics.

Dina explained that PERC can be used for three types of checks:

[LIST=1]

  • Advanced ERC Checks, something you cannot do with just DRC
  • ESD Checks
  • Design Guidelines, enforce your circuit design methodlogy

    When I designed full-custom ICs at Intel we had a written circuit design methodology which embodied our best transistor-level practices, however we had no automated method to enforce these practices, it was a manual process with a senior circuit designer staring at schematics and IC layout looking for something out of place. Talk about tedious and error prone.

    Seven ERC Checks

    The first ERC check demonstrated was an input cell pin incorrectly tied to a power pin.

    The second ERC check was finding two connected cells with different power supplies without a level-shifter cell.

    Rules were written for each of these cases and then a test design with each violation included was run through Calibre PERC. The output results looked very intuitive and descriptive to me because they pinpointed which rule was violated and where to find it in the schematic or layout views:

    The violation for different VSS nets showed one cell using VSS1 (green) and the second cell using VSS2 (pink).

    The GUI reminded me of using a web browser, because links opened up a schematic viewer that showed which rule was violated.

    For ESD the first check had three constraints:

    • Resistor must exist
    • Resistor value must be greater than 100 ohms
    • A Turn-off MOS device must exist

    Each ESD constraint has a rule written for PERC, then it was run on a test layout showing results in both schematic and layout. The second constraint was violated in this layout because it had a Resistor value of only 65.0 ohms, instead of the spec of 100 ohms or more (shown in Orange):

    A second ESD check was looking for a CDM (Charge Device Model) clamp and capacitor configuration in a voltage divider network:

    For the third ESD check they wanted to ensure that IO pads were all using protection devices with bipolar transistors, resistors and diodes in a specific topology:

    Two checks were desired to validate design guidelines:

    • Logic gates with common outputs cannot have different inputs
    • Incomplete pass gates must be flagged


    This demo didn’t show the details of how you write the rules, but I recall from previous discussions at Mentor that most rules take a dozen or so lines of code.

    Summary
    If you do transistor-level IC design and want to enforce your best practices, then consider using an automated approach with a tool like PERC.

    Further Reading

    lang: en_US

    Share this post via:

  • Comments

    0 Replies to “A Programmable Electrical Rule Checker”

    You must register or log in to view/post comments.