Skip to content

Commit

Permalink
update sta
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Liberty <[email protected]>
  • Loading branch information
maliberty committed Oct 24, 2024
1 parent a30d14f commit 1ac9cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sta
Submodule sta updated 49 files
+6 −4 Dockerfile.centos7
+16 −6 Dockerfile.ubuntu_22.04
+3 −1 README.md
+ doc/OpenSTA.odt
+ doc/OpenSTA.pdf
+1 −1 examples/delay_calc.tcl
+2 −2 examples/min_max_delays.tcl
+3 −3 examples/multi_corner.tcl
+0 −133,288 examples/nangate45_fast.lib
+ examples/nangate45_fast.lib.gz
+0 −133,288 examples/nangate45_slow.lib
+ examples/nangate45_slow.lib.gz
+0 −133,288 examples/nangate45_typ.lib
+ examples/nangate45_typ.lib.gz
+1 −1 examples/power.tcl
+1 −1 examples/power_vcd.tcl
+1 −1 examples/sdf_delays.tcl
+0 −173,160 examples/sky130hd_tt.lib
+ examples/sky130hd_tt.lib.gz
+1 −1 examples/spef_parasitics.tcl
+36 −10 graph/Graph.cc
+6 −2 include/sta/Graph.hh
+3 −0 include/sta/Liberty.hh
+6 −1 include/sta/Search.hh
+2 −1 include/sta/Sta.hh
+15 −1 liberty/Liberty.cc
+13 −0 liberty/LibertyReader.cc
+1 −0 liberty/LibertyReaderPvt.hh
+7 −0 liberty/LibertyWriter.cc
+12 −18 power/SaifReader.cc
+2 −1 power/SaifReaderPvt.hh
+7 −5 search/PathEnd.cc
+2 −0 search/PathEnum.cc
+2 −0 search/PathVertex.cc
+56 −17 search/ReportPath.cc
+9 −1 search/ReportPath.hh
+25 −11 search/Search.cc
+4 −2 search/Search.i
+5 −3 search/Search.tcl
+3 −2 search/Sta.cc
+2 −0 search/VisitPathGroupVertices.cc
+1 −0 test/regression.tcl
+1 −0 test/regression_vars.tcl
+28 −0 test/report_checks_src_attr.ok
+7 −0 test/report_checks_src_attr.tcl
+1 −1 test/verilog_attribute.tcl
+1 −0 test/verilog_attribute.v
+4 −4 verilog/VerilogLex.ll
+106 −80 verilog/VerilogWriter.cc

0 comments on commit 1ac9cbe

Please sign in to comment.