Assura LVS questions: layout and schematic match but got an ELW

Discussion in 'Cadence' started by Jay Smith, Sep 3, 2004.

  1. Jay Smith

    Jay Smith Guest

    Greetings,
    I did a couple of Assura LVS checks lately. All of my layouts match
    the schematics. However, among them, I got some "error messages" from
    within the ELW. Seems these errors won't affect RCX run, but what
    exactly do these messages (from the ELW) mean?
    ------------------------------------------------
    nxwell_StampErrorMult
    nxwell_StampErrorConnect
    psub_term_StampErrorMult
    psub_term_StampErrorConnect
    psub_StampErrorMult
    psub_StampErrorConnect
     
    Jay Smith, Sep 3, 2004
    #1
  2. Just off hand, I'd say you have not tied your substrate and wells to
    power properly.
     
    Diva Physical Verification, Sep 3, 2004
    #2
  3. You have more than one net connected to one layer area 'nxwell',
    means more than one net connected to the same NWell, I guess.
    And the same for 'psub' which should be your p+ substrate.

    Assura does not flag shorts over high resistive areas like wells
    or substrate layers as short in the lvs report. Most of the time
    the connection to these kind of layers are defined in your rules
    with a geomStamp command, which then outputs these kind of error messages.

    Look in your LVS run directory for a file <runName>.err there you
    will find more details and coordinates for this errors.

    Bernd
     
    Bernd Fischer, Sep 3, 2004
    #3
  4. Jay Smith

    Jay Lessert Guest

    Floating taps. Substrate or Nwell taps that do not have a
    hard-wired path to ground or power (or if you have multiple
    power/ground nodes, possibly a short through well or substrate.

    You see they come in pairs; IIRC, one of the two shows
    you explicitly which set of taps (could be only one)
    is in the minority of the node conflict.

    -Jay-
     
    Jay Lessert, Sep 3, 2004
    #4
  5. Jay Smith

    Jay Smith Guest

    Thanks all for you reply.
    I don't have any floating p-sub or nwell taps. As for Bernd
    's comment, I do have multiple nwell connected to the same net - which
    is vdd!. Same for the p-sub body contact. In my circuit, all nmos bulk
    nodes are connected to ground, and all pmos bulk nodes are connected
    to power supply.
    What I did is I made a lot of p-sub and nwell taps. Those contacts are
    connected together through metal 1. Then I'm running 4 long global
    wires (metal 3) for vdd! and gnd!, and I connected those taps to these
    4 wires. I didn't see anythng wroing here... Please advise.
    thanks again,
    Jay
     
    Jay Smith, Sep 6, 2004
    #5
  6. Jay Smith

    Jay Lessert Guest

    Yes, you do. "Floating" may not be exactly the right
    word, but it is the customary description in the trade.

    In your extract code, you've got something like:

    geomStamp( psub ptie error )

    The Assura Command Reference (assuracommandref.pdf) has a
    complete (if somewhat confusing until you read it 3-4 times)
    description of geomStamp() error output. You're seeing
    psub_StampErrorMult (all psub geometries that are touched
    by ptie geometries having more than one netname) and
    psub_StampErrorConnect (the subset of ptie geometries that
    are in the MINORITY of ptie's with different netnames).

    If you look at the StampErrorMult output, you'll see something
    different about those particular ties. Also check your .erc
    output for texting problems.

    -Jay-
     
    Jay Lessert, Sep 8, 2004
    #6
  7. Jay Smith

    Ethan Dawe Guest

    You may also be missing an nwell layer around a pmos device. Sometimes in
    custom layouts (and in some pcells) you can turn on/off the nwell drawing
    and insert one manually. I suggest you turn off all layes but p+ n+ and
    nwell and look for a n+ well tie that is outside the well. Barring that I
    would highlight your ground and supply nodes individually and look for one
    that isn't tied properly. Any floating nwell ties will show as an additional
    "stamp" of the nwell and floating psub ties will be "soft" connected to
    other psub ties. Since they are not directly ties to improper nets, they are
    floating, or at best soft connected.

    Ethan
     
    Ethan Dawe, Sep 26, 2004
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.