Sunday, October 25, 2015

Check Monte Carlo Simulation Simulation Netlist in ADE (IC5141)

Get Monte Carlo simulation netlist in IC5141
The Monte Carlo portion of the netlist is shown below:
mc1 montecarlo numruns=100 seed=1 variations=mismatch donominal=yes \
    scalarfile="../monteCarlo/mcdata" paramfile="../monteCarlo/mcparam" \
    saveprocessparams=yes processparamfile="../monteCarlo/processParam" \
    processscalarfile="../monteCarlo/processData" savefamilyplots=yes \
    sampling=lhs {
        dcOp dc write="spectre.dc" maxiters=150 maxsteps=10000 annotate=status
        dcOpInfo info what=oppoint where=rawfile
        modelParameter info what=models where=rawfile
        element info what=inst where=rawfile
        outputParameter info what=output where=rawfile
        designParamVals info what=parameters where=rawfile
        primitives info what=primitives where=rawfile
        subckts info what=subckts  where=rawfile
        export noExprs=oceanEval("0")
}




No comments:

Post a Comment