Skip to content

Commit 6645a53

Browse files
authored
Merge pull request #6631 from The-OpenROAD-Project-staging/update-sta
update sta submodule
2 parents 73e3d92 + 85c33c2 commit 6645a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gui/src/staGuiInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ void ClockTree::addPath(sta::PathExpanded& path,
700700

701701
void ClockTree::addPath(sta::PathExpanded& path, const sta::StaState* sta)
702702
{
703-
sta::PathRef* start = path.startPath();
703+
const sta::PathRef* start = path.startPath();
704704
if (start->clkEdge(sta)->transition() != sta::RiseFall::rise()) {
705705
// only populate with rising edges
706706
return;

0 commit comments

Comments
 (0)