mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-05 00:52:25 +02:00
sdc instance bus name matching
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
PatternMatch(const char *pattern);
|
||||
PatternMatch(const char *pattern,
|
||||
const PatternMatch *inherit_from);
|
||||
PatternMatch(string pattern,
|
||||
PatternMatch(const string &pattern,
|
||||
const PatternMatch *inherit_from);
|
||||
bool match(const char *str) const;
|
||||
bool match(const string &str) const;
|
||||
|
||||
Reference in New Issue
Block a user