Skip to content

Commit 0a36871

Browse files
authored
Merge pull request #3629 from The-OpenROAD-Project-staging/secure-asap7-jpeg-update
added max fanout=10 to asap7/jpeg to avoid net with 107 pins
2 parents 6ab3077 + f39c70c commit 0a36871

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

flow/designs/asap7/jpeg/jpeg_encoder15_7nm.sdc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ set non_clock_inputs [all_inputs -no_clocks]
1313

1414
set_input_delay [expr $clk_period * $clk_io_pct] -clock $clk_name $non_clock_inputs
1515
set_output_delay [expr $clk_period * $clk_io_pct] -clock $clk_name [all_outputs]
16+
17+
set_max_fanout 10 [current_design]

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

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"compare": "<=",
1515
"level": "warning"
1616
},
17-
"detailedroute__flow__warnings__count:DRT-0120": {
18-
"value": 7,
19-
"compare": "<=",
20-
"level": "warning"
21-
},
2217
"detailedroute__flow__warnings__count:GRT-0246": {
2318
"value": 1,
2419
"compare": "<=",
@@ -29,11 +24,6 @@
2924
"compare": "<=",
3025
"level": "warning"
3126
},
32-
"finish__flow__warnings__count:GUI-0076": {
33-
"value": 1,
34-
"compare": "<=",
35-
"level": "warning"
36-
},
3727
"finish__flow__warnings__count:STA-1212": {
3828
"value": 1001,
3929
"compare": "<=",
@@ -64,11 +54,6 @@
6454
"compare": "<=",
6555
"level": "warning"
6656
},
67-
"flow__warnings__count:PDN-1041": {
68-
"value": 424,
69-
"compare": "<=",
70-
"level": "warning"
71-
},
7257
"flow__warnings__count:STA-1212": {
7358
"value": 1001,
7459
"compare": "<=",
@@ -79,11 +64,6 @@
7964
"compare": "<=",
8065
"level": "warning"
8166
},
82-
"globalroute__flow__warnings__count:DRT-0120": {
83-
"value": 7,
84-
"compare": "<=",
85-
"level": "warning"
86-
},
8767
"globalroute__flow__warnings__count:GRT-0246": {
8868
"value": 1,
8969
"compare": "<=",
@@ -133,7 +113,7 @@
133113
"compare": "<="
134114
},
135115
"cts__timing__setup__ws": {
136-
"value": -51.4,
116+
"value": -50.8,
137117
"compare": ">="
138118
},
139119
"cts__timing__setup__tns": {
@@ -153,11 +133,11 @@
153133
"compare": "<="
154134
},
155135
"globalroute__timing__setup__ws": {
156-
"value": -42.3,
136+
"value": -36.3,
157137
"compare": ">="
158138
},
159139
"globalroute__timing__setup__tns": {
160-
"value": -185.0,
140+
"value": -153.0,
161141
"compare": ">="
162142
},
163143
"globalroute__timing__hold__ws": {

0 commit comments

Comments
 (0)