Skip to content

Commit 10bcfa8

Browse files
authored
Merge pull request #1742 from The-OpenROAD-Project-staging/secure-yosys_0.36
update yosys version to 0.36
2 parents 10c55ba + 417675b commit 10bcfa8

27 files changed

+2773
-2753
lines changed

flow/designs/asap7/jpeg_lvt/metadata-base-ok.json

Lines changed: 253 additions & 251 deletions
Large diffs are not rendered by default.

flow/designs/asap7/jpeg_lvt/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"compare": "<="
3737
},
3838
"finish__timing__setup__ws": {
39-
"value": -59.44,
39+
"value": -150.57,
4040
"compare": ">="
4141
},
4242
"finish__design__instance__area": {

flow/designs/asap7/mock-alu/metadata-base-ok.json

Lines changed: 274 additions & 267 deletions
Large diffs are not rendered by default.

flow/designs/asap7/mock-alu/rules-base.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 1637.57,
3+
"value": 1631.1,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 1761,
11+
"value": 1755,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 13565,
15+
"value": 13517,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 1180,
23+
"value": 1175,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1180,
27+
"value": 1175,
2828
"compare": "<="
2929
},
3030
"detailedroute__route__wirelength": {
31-
"value": 72725,
31+
"value": 66023,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__drc_errors": {
3535
"value": 0,
3636
"compare": "<="
3737
},
3838
"finish__timing__setup__ws": {
39-
"value": -612.5,
39+
"value": -649.04,
4040
"compare": ">="
4141
},
4242
"finish__design__instance__area": {
43-
"value": 1840,
43+
"value": 1808,
4444
"compare": "<="
4545
},
4646
"finish__timing__drv__setup_violation_count": {

flow/designs/gf12/bp_single/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_fence2_bp_single.macro_placment
6161
export MACRO_BLOCKAGE_HALO = 25
6262

6363
export PDN_TCL = $(PLATFORM_DIR)/cfg/pdn_grid_strategy_13m_9T.top.tcl
64+
export FASTROUTE_TCL = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
6465

6566
ifneq ($(USE_FILL),)
6667
export DESIGN_TYPE = CHIP
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
set_global_routing_layer_adjustment M2 0.6
2+
set_global_routing_layer_adjustment M3 0.6
3+
set_global_routing_layer_adjustment C4-C5 0.5
4+
set_global_routing_layer_adjustment K1-K4 0.45
5+
6+
set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) -clock K1-$::env(MAX_ROUTING_LAYER)

0 commit comments

Comments
 (0)