Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow/designs/asap7/jpeg_lvt/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"compare": ">="
},
"finish__timing__setup__tns": {
"value": -120.0,
"value": -303.0,
"compare": ">="
},
"finish__timing__hold__ws": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/asap7/mock-alu/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"compare": ">="
},
"globalroute__timing__setup__tns": {
"value": -19300.0,
"value": -19400.0,
"compare": ">="
},
"globalroute__timing__hold__ws": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/asap7/riscv32i-mock-sram/rules-base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"synth__canonical_netlist__hash": {
"value": "52b64582f28d0ff10363e398dcb68a7ada693e7a",
"value": "855cc88198fc9faaf17317eaea4a3a07a4340d1d",
"compare": "==",
"level": "warning"
},
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/ihp-sg13g2/i2c-gpio-expander/rules-base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"synth__canonical_netlist__hash": {
"value": "79bb486be7570e7e421fd58aa35e4fd0cbbafb61",
"value": "6a79c1ff7404b566e96c52493d7eec2316d12f6a",
"compare": "==",
"level": "warning"
},
Expand Down
4 changes: 2 additions & 2 deletions flow/designs/nangate45/ariane133/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"compare": ">="
},
"globalroute__timing__setup__tns": {
"value": -572.0,
"value": -591.0,
"compare": ">="
},
"globalroute__timing__hold__ws": {
Expand Down Expand Up @@ -94,7 +94,7 @@
"compare": ">="
},
"finish__timing__setup__tns": {
"value": -606.0,
"value": -616.0,
"compare": ">="
},
"finish__timing__hold__ws": {
Expand Down
4 changes: 2 additions & 2 deletions flow/designs/sky130hd/microwatt/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 1416,
"value": 1439,
"compare": "<="
},
"finish__timing__setup__ws": {
Expand All @@ -109,4 +109,4 @@
"value": 5572106,
"compare": "<="
}
}
}
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 84 files
+2 −2 .github/workflows/black.yaml
+2 −2 .github/workflows/buildifier.yaml
+1 −1 .github/workflows/first-time-contributor.yml
+1 −1 .github/workflows/github-actions-are-differences-found.yml
+1 −1 .github/workflows/github-actions-are-odb-files-generated.yml
+1 −1 .github/workflows/github-actions-check-bazel-lock.yml
+143 −0 .github/workflows/github-actions-clang-tidy-bazel-post.yml
+47 −12 .github/workflows/github-actions-clang-tidy-bazel.yml
+2 −2 .github/workflows/github-actions-format-on-push.yml
+1 −1 .github/workflows/github-actions-lint-tcl.yml
+4 −4 .github/workflows/github-actions-macos-bazel.yml
+3 −3 .github/workflows/github-actions-macos.yml
+6 −134 .github/workflows/github-actions-on-label-create.yml
+2 −2 .github/workflows/github-actions-on-master-push.yml
+1 −1 .github/workflows/github-actions-on-push.yml
+1 −1 .github/workflows/github-actions-quarterly-tag.yml
+1 −1 .github/workflows/github-actions-repo-stats.yml
+1 −1 .github/workflows/github-actions-stale.yml
+4 −4 .github/workflows/github-actions-update-grammar-railroad-diagrams.yml
+1 −1 .github/workflows/pr-labeler.yml
+886 −886 src/dbSta/test/escape_slash.spefok
+883 −883 src/dbSta/test/escape_slash_hier.spefok
+1 −1 src/drt/test/CMakeLists.txt
+24 −6 src/est/src/EstimateParasitics.cpp
+65 −0 src/est/src/MakeWireParasitics.cpp
+17 −0 src/grt/src/cugr/include/CUGR.h
+109 −8 src/grt/src/cugr/src/CUGR.cpp
+57 −0 src/grt/src/cugr/src/GRNet.h
+103 −38 src/grt/src/cugr/src/GridGraph.cpp
+110 −13 src/grt/src/cugr/src/GridGraph.h
+22 −9 src/grt/src/cugr/src/PatternRoute.cpp
+6 −0 src/grt/test/BUILD
+6 −0 src/grt/test/CMakeLists.txt
+6 −5 src/grt/test/clock_route_cugr.guideok
+3 −3 src/grt/test/clock_route_cugr.ok
+20 −22 src/grt/test/clock_route_cugr2.guideok
+3 −3 src/grt/test/clock_route_cugr2.ok
+1,132 −1,136 src/grt/test/critical_nets_percentage.guideok
+11 −14 src/grt/test/critical_nets_percentage.ok
+1,129 −1,103 src/grt/test/critical_nets_percentage_cugr.guideok
+13 −13 src/grt/test/critical_nets_percentage_cugr.ok
+78 −78 src/grt/test/cugr_adjustment1.guideok
+4 −4 src/grt/test/cugr_adjustment1.ok
+8 −2 src/grt/test/cugr_adjustment2.guideok
+3 −3 src/grt/test/cugr_adjustment2.ok
+766 −744 src/grt/test/cugr_adjustment3.guideok
+15 −15 src/grt/test/cugr_adjustment3.ok
+2 −2 src/grt/test/est_rc3.ok
+4 −4 src/grt/test/est_rc4.ok
+1,391 −946 src/grt/test/est_rc4_corner0.spefok
+1,391 −946 src/grt/test/est_rc4_corner1.spefok
+6 −6 src/grt/test/est_rc_cugr1.ok
+72 −80 src/grt/test/gcd_cugr.guideok
+4 −4 src/grt/test/gcd_cugr.ok
+317 −0 src/grt/test/ndr_1w_3s_cugr.guideok
+61 −0 src/grt/test/ndr_1w_3s_cugr.ok
+42 −0 src/grt/test/ndr_1w_3s_cugr.tcl
+317 −0 src/grt/test/ndr_2w_3s_cugr.guideok
+61 −0 src/grt/test/ndr_2w_3s_cugr.ok
+43 −0 src/grt/test/ndr_2w_3s_cugr.tcl
+313 −0 src/grt/test/ndr_multi_cugr.guideok
+61 −0 src/grt/test/ndr_multi_cugr.ok
+47 −0 src/grt/test/ndr_multi_cugr.tcl
+7,331 −0 src/grt/test/ndr_rrr_cugr.guideok
+89 −0 src/grt/test/ndr_rrr_cugr.ok
+33 −0 src/grt/test/ndr_rrr_cugr.tcl
+292 −0 src/grt/test/ndr_upper_layers_cugr.guideok
+64 −0 src/grt/test/ndr_upper_layers_cugr.ok
+43 −0 src/grt/test/ndr_upper_layers_cugr.tcl
+12 −15 src/grt/test/pin_access1_cugr.guideok
+3 −3 src/grt/test/pin_access1_cugr.ok
+917 −821 src/grt/test/pin_access2_cugr.guideok
+10 −10 src/grt/test/pin_access2_cugr.ok
+264 −0 src/grt/test/soft_ndr_4w_6s_cugr.guideok
+67 −0 src/grt/test/soft_ndr_4w_6s_cugr.ok
+46 −0 src/grt/test/soft_ndr_4w_6s_cugr.tcl
+1 −0 src/gui/src/gui.cpp
+35 −3 src/ifp/README.md
+1 −1 src/ifp/test/ifp_readme_msgs_check.ok
+15 −0 src/ppl/README.md
+1 −1 src/ppl/test/ppl_readme_msgs_check.ok
+1 −0 src/psm/src/pdnsim.cpp
+288 −109 test/aes_sky130hd.metrics
+7 −7 test/aes_sky130hd.metrics_limits