mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
Scene::liberty_ use array
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -89,7 +89,7 @@ protected:
|
||||
std::string name_;
|
||||
size_t index_;
|
||||
Mode *mode_;
|
||||
LibertySeq liberty_[MinMax::index_count];
|
||||
std::array<LibertySeq, MinMax::index_count> liberty_;
|
||||
std::array<Parasitics*, MinMax::index_count> parasitics_;
|
||||
|
||||
friend class Scenes;
|
||||
|
||||
Reference in New Issue
Block a user