Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Data Structures | |
class | Constraint |
Public Member Functions | |
const std::map< std::string, Constraint * > & | getConstraints () |
returns the map of operator's constraints. | |
const std::string & | getName () |
returns the name of the operator. | |
const std::string & | getSimulModel () |
returns the SimulModel of the operator. | |
bool | hasNoConstraints () |
returns true if operator has no Constraint. | |
Operator (const std::string &operatorName, const std::string &simulModel) | |
creates a new operator. More... | |
This class describes an operator of a sizing procedure.
Operator | ( | const std::string & | operatorName, |
const std::string & | simulModel | ||
) |
creates a new operator.
name | the name of the operator. |
simulModel | the simulation model of the operator. |
callOrder | the call order of the operator in the sizing procedure. |
Generated by doxygen 1.8.14 on Thu Oct 18 2018 | Return to top of page |
VLSI SAPD Documentation | Copyright © 2010 - 2011 UPMC All rights reserved |