Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Public Member Functions | |
void | addComment (std::string) |
adds a comment to the subckt. More... | |
void | addInstance (Instance *) |
adds an instance to the subckt. More... | |
void | addInterface (std::string) |
adds an interface to the subckt. More... | |
void | addParameter (std::string, std::string) |
adds a parameter to the subckt. More... | |
const std::vector< std::string > & | getComments () |
returns the comments of the subckt. More... | |
const std::vector< Instance * > & | getInstances () |
returns the instances of the subckt. | |
const std::vector< std::string > & | getInterfaces () |
returns the interfaces of the subckt. | |
const std::string | getName () |
returns the name of the subckt. | |
const std::map< std::string, std::string > & | getParameters () |
returns the parameters of the subckt. | |
Subckt (std::string name) | |
creates a new subckt. More... | |
This class describes a subckt of the global circuit.
|
inline |
creates a new subckt.
name | the name of the subckt |
|
inline |
adds a comment to the subckt.
comment | the comment to add. |
|
inline |
adds an instance to the subckt.
instance | the instance to add. |
|
inline |
adds an interface to the subckt.
name | the name of the interface to add. |
void addParameter | ( | std::string | name, |
std::string | value | ||
) |
adds a parameter to the subckt.
name | the name of the parameter to add. |
value | the value of the parameter to add. |
|
inline |
returns the comments of the subckt.
Generated by doxygen 1.8.14 on Thu Nov 12 2020 | Return to top of page |
VLSI SAPD Documentation | Copyright © 2010 - 2020 UPMC All rights reserved |