Skip to content

Commit 85c33c2

Browse files
committed
update sta submodule
Signed-off-by: Matt Liberty <[email protected]>
1 parent 73e3d92 commit 85c33c2

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)