mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
ConcreteLibrary::busBrktLeft/Right const
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -65,8 +65,8 @@ public:
|
||||
ConcreteCell *findCell(const char *name) const;
|
||||
void findCellsMatching(const PatternMatch *pattern,
|
||||
CellSeq *cells) const;
|
||||
char busBrktLeft() { return bus_brkt_left_; }
|
||||
char busBrktRight() { return bus_brkt_right_; }
|
||||
char busBrktLeft() const { return bus_brkt_left_; }
|
||||
char busBrktRight() const { return bus_brkt_right_; }
|
||||
void setBusBrkts(char left,
|
||||
char right);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user