mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 00:39:45 +02:00
make mode/scene pass as tcl objects (#454)
* make mode/scene pass as tcl objects Signed-off-by: dsengupta0628 <[email protected]> * address review comments Signed-off-by: dsengupta0628 <[email protected]> * address review comments take 2 Signed-off-by: dsengupta0628 <[email protected]> * revert to using cmd mode name Signed-off-by: dsengupta0628 <[email protected]> --------- Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
@@ -42,6 +42,8 @@ class PropertyValue;
|
||||
|
||||
class Sta;
|
||||
class PropertyValue;
|
||||
class Scene;
|
||||
class Mode;
|
||||
|
||||
template<class TYPE>
|
||||
class PropertyRegistry
|
||||
@@ -86,6 +88,10 @@ public:
|
||||
std::string_view property);
|
||||
PropertyValue getProperty(const Clock *clk,
|
||||
std::string_view property);
|
||||
PropertyValue getProperty(const Scene *scene,
|
||||
std::string_view property);
|
||||
PropertyValue getProperty(const Mode *mode,
|
||||
std::string_view property);
|
||||
PropertyValue getProperty(PathEnd *end,
|
||||
std::string_view property);
|
||||
PropertyValue getProperty(Path *path,
|
||||
|
||||
Reference in New Issue
Block a user