Skip to content

Commit 74e0e2e

Browse files
committed
designs/sky130hd/microwatt/rules-base.json updates:
[WARNING] Multiple clocks not supported. Will use first clock: ext_clk: 15.0000. | Metric | Old | New | Type | | ------ | --- | --- | ---- | | globalroute__antenna_diodes_count | 3810 | 2980 | Tighten | | detailedroute__route__wirelength | 11718141 | 11071747 | Tighten | | detailedroute__antenna__violating__nets | 1 | 3 | Failing | | detailedroute__antenna_diodes_count | 2793 | 2692 | Tighten | Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 20f758c commit 74e0e2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flow/designs/sky130hd/microwatt/rules-base.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 3810,
31+
"value": 2980,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 11718141,
35+
"value": 11071747,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
3939
"value": 0,
4040
"compare": "<="
4141
},
4242
"detailedroute__antenna__violating__nets": {
43-
"value": 1,
43+
"value": 3,
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 2793,
47+
"value": 2692,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)