extract subcircuit parameters from OCEAN?

Discussion in 'Cadence' started by JD, Jan 10, 2006.

  1. JD

    JD Guest

    Hi,

    I am trying to extract some subcircuit parameters using OCEAN scripts.

    The subcircuit looks like

    subckt nmos (d g s b)
    parameters
    + a = 20
    + b = 20
    + w = 1
    + l = 0.25
    .....

    model nmos bsim3v3 type=n
    .....
    .....
    .....

    nmos_a (d g s b) nmos l=l w=w ....

    ends

    Now I want extract parameters a, b for each nmos subcircuit from OCEAN.


    I tried:

    designParamVals info what=parameters where=rawfile

    when I open this result in OCEAN, only "top-level" parameters are
    shown.

    Any suggestions?

    Thanks

    JD
     
    JD, Jan 10, 2006
    #1
  2. That would be done using:

    allp info what=allparameters where=rawfile

    However, this currently results in:

    allp: writing subcircuit instance parameters to a rawfile is not
    currently supported.

    There is a PCR for this:

    PCR: 786809
    Title: Support where=rawfile in the subcircuit parameters probing

    (the title is not exactly obviously named...)

    So the best thing if you want this is to contact customer support, and then you
    can be added to the customers asking for this - which increases the likelihood
    of it being implemented sooner rather than later.

    Best Regards,

    Andrew.
     
    Andrew Beckett, Jan 10, 2006
    #2
  3. JD

    JD Guest

    Thanks for the information

    JD
     
    JD, Jan 10, 2006
    #3
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.