mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 03:43:29 +02:00
internal power
This commit is contained in:
@@ -117,6 +117,16 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class StringLessIf
|
||||
{
|
||||
public:
|
||||
bool operator()(const char *string1,
|
||||
const char *string2) const
|
||||
{
|
||||
return stringLessIf(string1, string2);
|
||||
}
|
||||
};
|
||||
|
||||
// strdup using new instead of malloc so delete can be used on the strings.
|
||||
char *
|
||||
stringCopy(const char *str);
|
||||
|
||||
Reference in New Issue
Block a user