msbOptimizer
Description
Use the msbOptimizer
class to optimize the device parameters used
in the simulation environment. This class supports Cadence® and Simulink® simulation environments. The class creates an msbOptimizer
object using specified arguments. You can then use the optimizeDesign
method to optimize the circuit parameters.
If you select different corners in the design, the msbOptimizer
finds the
best solution that satisfy all metrics under all corners.
To use this functionality, you need a license for Global Optimization Toolbox.
Creation
Syntax
Description
msbOptimzer(
creates an
DesignName
='pll')msbOptimizer
object with DesignName
property set
to pll
.
msbOptimzer(
creates an SimulationEnvironment
='simulink',OutputsSetup
=outputTable,VariableSetup
=variableTable,DesignName
='pll')msbOptimizer
object using the specified
DesignName
, VariableSetup
, and
OutputsSetup
arguments in the Simulink environment.
Name-Value Arguments
Object Functions
optimizeDesign | Optimize circuit design in simulation environment |
Examples
Version History
Introduced in R2024b