SKILL command: setof , exists

Discussion in 'Cadence' started by I-F AB, Jul 28, 2011.

  1. I-F AB

    I-F AB Guest

    Hi,

    I have a list of lists & want to match a single data from inside it.
    I'm wondering if anyone knows which would be faster to use:

    caar(setof(x SomeKindOfLargeList cadr(x)=="metal" ))
    caar(exists(x SomeKindOfLargeList cadr(x)=="metal" ))

    I think I can check using Virtuoso's debugger but I'm not good at it.

    Thanks in advance,
    I-FAB
     
    I-F AB, Jul 28, 2011
    #1
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.