Revert source_pins to sources

This commit is contained in:
Akash Levy 2024-07-16 15:28:26 -07:00
parent c8bbdd6daf
commit f8080424b3
1 changed files with 1 additions and 1 deletions

View File

@ -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());