Skip to content

Commit

Permalink
fix merge sta
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Garay <fgaray@google.com>
  • Loading branch information
fgaray committed Jul 23, 2024
1 parent 871e499 commit 62b2e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sta
Submodule sta updated 54 files
+1 −0 CMakeLists.txt
+3 −1 dcalc/ArcDelayCalc.cc
+2 −2 dcalc/CcsSimDelayCalc.cc
+2 −0 dcalc/DelayCalc.cc
+13 −0 dcalc/DelayCalc.i
+20 −10 dcalc/GraphDelayCalc.cc
+1,131 −0 dcalc/PrimaDelayCalc.cc
+263 −0 dcalc/PrimaDelayCalc.hh
+117 −134 doc/StaApi.txt
+5 −5 graph/Graph.cc
+1 −1 include/sta/GraphDelayCalc.hh
+3 −0 include/sta/Liberty.hh
+2 −1 include/sta/Mutex.hh
+1 −0 include/sta/Parasitics.hh
+1 −0 include/sta/Property.hh
+1 −0 include/sta/Search.hh
+2 −2 include/sta/Sta.hh
+2 −3 include/sta/TableModel.hh
+8 −1 liberty/Liberty.cc
+43 −6 liberty/LibertyReader.cc
+5 −1 liberty/LibertyReaderPvt.hh
+7 −11 liberty/TableModel.cc
+2 −2 network/Network.cc
+11 −11 parasitics/ConcreteParasitics.cc
+3 −3 parasitics/Parasitics.cc
+1 −1 parasitics/Parasitics.tcl
+1 −1 sdc/Sdc.cc
+1 −1 search/Bfs.cc
+2 −2 search/ClkLatency.cc
+2 −2 search/ClkLatency.hh
+136 −82 search/ClkSkew.cc
+24 −12 search/ClkSkew.hh
+2 −1 search/Genclks.cc
+2 −2 search/PathGroup.cc
+45 −1 search/Property.cc
+13 −9 search/Search.cc
+30 −23 search/Sim.cc
+4 −2 search/Sta.cc
+2 −2 search/WorstSlack.cc
+23 −23 search/WriteSpice.cc
+7 −1 tcl/StaTcl.i
+ test/asap7_seq.lib.gz
+ test/asap7_simple.lib.gz
+5 −5 test/power.ok
+3 −3 test/power_vcd.ok
+51 −0 test/prima3.ok
+13 −0 test/prima3.tcl
+135 −0 test/reg1_asap7.spef
+11 −0 test/reg1_asap7.v
+1 −1 test/regression.tcl
+1 −0 test/regression_vars.tcl
+1 −0 util/DispatchQueue.cc
+2 −2 util/StringUtil.cc
+25 −20 verilog/VerilogWriter.cc

0 comments on commit 62b2e18

Please sign in to comment.