Skip to content

Commit

Permalink
Merge pull request #6631 from The-OpenROAD-Project-staging/update-sta
Browse files Browse the repository at this point in the history
update sta submodule
  • Loading branch information
maliberty authored Feb 2, 2025
2 parents 73e3d92 + 85c33c2 commit 6645a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/src/staGuiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ void ClockTree::addPath(sta::PathExpanded& path,

void ClockTree::addPath(sta::PathExpanded& path, const sta::StaState* sta)
{
sta::PathRef* start = path.startPath();
const sta::PathRef* start = path.startPath();
if (start->clkEdge(sta)->transition() != sta::RiseFall::rise()) {
// only populate with rising edges
return;
Expand Down
2 changes: 1 addition & 1 deletion src/sta
Submodule sta updated 54 files
+30 −44 CMakeLists.txt
+19 −6 Dockerfile.centos7
+24 −24 dcalc/GraphDelayCalc.cc
+0 −12 graph/Graph.i
+2 −2 include/sta/ExceptionPath.hh
+2 −4 include/sta/Graph.hh
+3 −3 include/sta/GraphClass.hh
+3 −3 include/sta/GraphDelayCalc.hh
+9 −9 include/sta/InputDrive.hh
+16 −16 include/sta/PathEnd.hh
+9 −9 include/sta/PathExpanded.hh
+6 −6 include/sta/Search.hh
+1 −1 include/sta/Sta.hh
+22 −23 liberty/LibExprLex.ll
+36 −21 liberty/LibExprParse.yy
+26 −76 liberty/LibExprReader.cc
+0 −0 liberty/LibExprReader.hh
+4 −20 liberty/LibExprReaderPvt.hh
+62 −0 liberty/LibExprScanner.hh
+11 −6 liberty/LibertyParse.yy
+4 −15 liberty/LibertyParser.cc
+1 −1 liberty/LibertyReader.cc
+5 −3 liberty/LibertyReaderPvt.hh
+3 −3 liberty/LibertyScanner.hh
+82 −91 parasitics/SpefLex.ll
+53 −33 parasitics/SpefParse.yy
+42 −76 parasitics/SpefReader.cc
+3 −22 parasitics/SpefReaderPvt.hh
+67 −0 parasitics/SpefScanner.hh
+50 −46 power/SaifLex.ll
+34 −15 power/SaifParse.yy
+21 −85 power/SaifReader.cc
+1 −27 power/SaifReaderPvt.hh
+66 −0 power/SaifScanner.hh
+9 −8 sdc/InputDrive.cc
+14 −2 sdc/Sdc.tcl
+1 −1 sdc/WriteSdc.cc
+9 −5 sdf/SdfParse.yy
+0 −10 sdf/SdfReader.cc
+3 −3 sdf/SdfScanner.hh
+2 −2 search/CheckMaxSkews.hh
+21 −21 search/Latches.cc
+19 −18 search/Latches.hh
+14 −14 search/PathEnd.cc
+17 −17 search/PathExpanded.cc
+206 −237 search/ReportPath.cc
+185 −185 search/ReportPath.hh
+6 −6 search/Search.cc
+0 −12 search/Search.i
+2 −2 search/Sta.cc
+1 −1 spice/WritePathSpice.cc
+3 −6 verilog/VerilogParse.yy
+299 −0 verilog/VerilogReader.hh
+3 −3 verilog/VerilogScanner.hh

0 comments on commit 6645a53

Please sign in to comment.