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
18 changes: 9 additions & 9 deletions flow/designs/gf12/bp_quad/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"compare": "=="
},
"placeopt__design__instance__area": {
"value": 1652113,
"value": 1591358,
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
"value": 1606228,
"value": 1457522,
"compare": "<="
},
"detailedplace__design__violations": {
"value": 0,
"compare": "=="
},
"cts__design__instance__count__setup_buffer": {
"value": 139672,
"value": 126741,
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
"value": 139672,
"value": 126741,
"compare": "<="
},
"globalroute__antenna_diodes_count": {
"value": 33,
"value": 0,
"compare": "<="
},
"detailedroute__route__wirelength": {
"value": 32527768,
"value": 29312243,
"compare": "<="
},
"detailedroute__route__drc_errors": {
Expand All @@ -48,15 +48,15 @@
"compare": ">="
},
"finish__design__instance__area": {
"value": 1688970,
"value": 1622581,
"compare": "<="
},
"finish__timing__drv__setup_violation_count": {
"value": 69836,
"value": 63370,
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 105,
"value": 341,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
Expand Down
8 changes: 4 additions & 4 deletions flow/designs/gf12/bp_single/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compare": "=="
},
"placeopt__design__instance__area": {
"value": 491681,
"value": 491017,
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"compare": "<="
},
"detailedroute__route__drc_errors": {
"value": 0,
"value": 1,
"compare": "<="
},
"detailedroute__antenna__violating__nets": {
Expand All @@ -52,15 +52,15 @@
"compare": ">="
},
"finish__design__instance__area": {
"value": 500408,
"value": 497627,
"compare": "<="
},
"finish__timing__drv__setup_violation_count": {
"value": 23292,
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 740,
"value": 108,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
Expand Down
14 changes: 7 additions & 7 deletions flow/designs/rapidus2hp/hercules_is_int/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
"value": 764564,
"value": 750846,
"compare": "<="
},
"detailedplace__design__violations": {
"value": 0,
"compare": "=="
},
"cts__design__instance__count__setup_buffer": {
"value": 66484,
"value": 65291,
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
"value": 66484,
"value": 65291,
"compare": "<="
},
"globalroute__antenna_diodes_count": {
"value": 0,
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -114.96,
"value": -89.66,
"compare": ">="
},
"finish__design__instance__area": {
"value": 45133,
"compare": "<="
},
"finish__timing__drv__setup_violation_count": {
"value": 33242,
"value": 32646,
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 1410,
"value": 2325,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
"value": -36.44,
"value": -31.2,
"compare": ">="
}
}
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 55 files
+5 −0 CMakeLists.txt
+12 −0 src/OpenRoad.cc
+1 −0 src/cts/test/hier_insertion_delay.ok
+1 −0 src/cts/test/simple_test_hier.ok
+1 −0 src/dbSta/include/db_sta/dbNetwork.hh
+15 −0 src/dbSta/src/dbNetwork.cc
+1 −0 src/dbSta/test/hier2.ok
+1 −0 src/dbSta/test/hierclock.ok
+1 −0 src/dbSta/test/hierwrite.ok
+1 −0 src/dbSta/test/read_verilog2.ok
+1 −0 src/dbSta/test/readdb_hier.ok
+1 −0 src/dft/test/scandef_core_sky130.ok
+2 −2 src/dpl/src/infrastructure/Grid.h
+0 −4 src/gpl/test/macro03.ok
+9 −3 src/grt/src/fastroute/include/DataType.h
+3 −7 src/grt/src/fastroute/include/FastRoute.h
+15 −22 src/grt/src/fastroute/src/FastRoute.cpp
+8 −10 src/grt/src/fastroute/src/FastRouteRenderer.cpp
+1 −3 src/grt/src/fastroute/src/RSMT.cpp
+51 −58 src/grt/src/fastroute/src/RipUp.cpp
+226 −248 src/grt/src/fastroute/src/maze.cpp
+132 −242 src/grt/src/fastroute/src/maze3D.cpp
+42 −62 src/grt/src/fastroute/src/route.cpp
+247 −314 src/grt/src/fastroute/src/utility.cpp
+2 −4 src/gui/src/staGuiInterface.cpp
+1 −0 src/odb/test/replace_hier_mod1.ok
+1 −0 src/odb/test/replace_hier_mod2.ok
+1 −0 src/odb/test/replace_hier_mod3.ok
+1 −0 src/odb/test/replace_hier_mod4.ok
+1 −0 src/odb/test/replace_hier_mod5.ok
+38 −2 src/rsz/src/RepairDesign.cc
+41 −38 src/rsz/src/RepairHold.cc
+3 −1 src/rsz/src/Resizer.cc
+1 −0 src/rsz/test/clone_hier.ok
+1 −0 src/rsz/test/gain_buffering1_hier.ok
+1 −0 src/rsz/test/gain_buffering1_hier.tcl
+1 −0 src/rsz/test/pinswap_hier.ok
+1 −0 src/rsz/test/repair_fanout1_hier.ok
+1 −0 src/rsz/test/repair_fanout2_hier.ok
+1 −0 src/rsz/test/repair_fanout3_hier.ok
+1 −0 src/rsz/test/repair_hold1_hier.ok
+1 −0 src/rsz/test/repair_setup4_hier.ok
+1 −0 src/rsz/test/replace_arith_modules1.ok
+137 −0 src/rsz/test/report_buffers_asap7.ok
+4 −0 src/rsz/test/report_buffers_asap7.tcl
+80 −0 src/rsz/test/report_buffers_gf180.ok
+5 −0 src/rsz/test/report_buffers_gf180.tcl
+55 −0 src/rsz/test/report_buffers_nangate45.ok
+5 −0 src/rsz/test/report_buffers_nangate45.tcl
+92 −0 src/rsz/test/report_buffers_sky130hd.ok
+4 −4 src/rsz/test/report_buffers_sky130hd.tcl
+72 −0 src/rsz/test/report_buffers_sky130hs.ok
+5 −0 src/rsz/test/report_buffers_sky130hs.tcl
+1 −0 src/rsz/test/resize1_hier.ok
+1 −0 src/rsz/test/split_load_hier.ok