mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 01:14:06 +02:00
Revert source_pins to sources
This commit is contained in:
+1
-1
@@ -1178,7 +1178,7 @@ getProperty(Clock *clk,
|
||||
return PropertyValue(clk->name());
|
||||
else if (stringEqual(property, "period"))
|
||||
return PropertyValue(clk->period(), sta->units()->timeUnit());
|
||||
else if (stringEqual(property, "source_pins"))
|
||||
else if (stringEqual(property, "sources"))
|
||||
return PropertyValue(clk->pins());
|
||||
else if (stringEqual(property, "is_generated"))
|
||||
return PropertyValue(clk->isGenerated());
|
||||
|
||||
Reference in New Issue
Block a user