Skip to content

Commit 0004201

Browse files
committed
added set_max_fanout constraint to nangate45 jpeg
Signed-off-by: Jeff Ng <[email protected]>
1 parent 5416120 commit 0004201

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

flow/designs/nangate45/jpeg/constraint.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/nangate45/jpeg/rules-base.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44
"compare": "<=",
55
"level": "warning"
66
},
7-
"detailedroute__flow__warnings__count:DRT-0120": {
8-
"value": 1,
9-
"compare": "<=",
10-
"level": "warning"
11-
},
127
"detailedroute__flow__warnings__count:GRT-0246": {
138
"value": 1,
149
"compare": "<=",
1510
"level": "warning"
1611
},
17-
"finish__flow__warnings__count:GUI-0076": {
18-
"value": 1,
19-
"compare": "<=",
20-
"level": "warning"
21-
},
2212
"floorplan__flow__warnings__count:EST-0027": {
2313
"value": 1,
2414
"compare": "<=",
@@ -39,11 +29,6 @@
3929
"compare": "<=",
4030
"level": "warning"
4131
},
42-
"globalroute__flow__warnings__count:DRT-0120": {
43-
"value": 1,
44-
"compare": "<=",
45-
"level": "warning"
46-
},
4732
"globalroute__flow__warnings__count:GRT-0246": {
4833
"value": 1,
4934
"compare": "<=",
@@ -87,7 +72,7 @@
8772
"compare": ">="
8873
},
8974
"cts__timing__setup__tns": {
90-
"value": -35.5,
75+
"value": -38.3,
9176
"compare": ">="
9277
},
9378
"cts__timing__hold__ws": {
@@ -107,7 +92,7 @@
10792
"compare": ">="
10893
},
10994
"globalroute__timing__setup__tns": {
110-
"value": -44.3,
95+
"value": -46.3,
11196
"compare": ">="
11297
},
11398
"globalroute__timing__hold__ws": {
@@ -139,7 +124,7 @@
139124
"compare": ">="
140125
},
141126
"detailedroute__timing__setup__tns": {
142-
"value": -9.03,
127+
"value": -9.44,
143128
"compare": ">="
144129
},
145130
"detailedroute__timing__hold__ws": {
@@ -155,7 +140,7 @@
155140
"compare": ">="
156141
},
157142
"finish__timing__setup__tns": {
158-
"value": -42.0,
143+
"value": -46.0,
159144
"compare": ">="
160145
},
161146
"finish__timing__hold__ws": {

0 commit comments

Comments
 (0)