Skip to content

Commit e6a7d4d

Browse files
committed
mock-array: update rules
and distinguish between variants, though there's no current difference. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 2da0e9e commit e6a7d4d

3 files changed

Lines changed: 81 additions & 11 deletions

File tree

test/orfs/mock-array/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ VARIANTS = [
148148
macros = ["Element_generate_abstract"],
149149
sources = {
150150
"IO_CONSTRAINTS": [":mock-array-io"],
151-
"RULES_JSON": [":rules-base.json"],
151+
"RULES_JSON": [":rules-{variant}.json".format(variant = variant)],
152152
"SDC_FILE": [":mock-array-constraints"],
153153
},
154154
tags = ["manual"],
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 14384.92,
3+
"value": 14398.9,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 137948,
11+
"value": 137855,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 12335,
15+
"value": 9152,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 1073,
23+
"value": 796,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 2000,
27+
"value": 1521,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 73938,
35+
"value": 128034,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -87,
51+
"value": -114.39,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 137975,
55+
"value": 138041,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
5959
"value": 1040,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 100,
63+
"value": 159,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -30.0,
67+
"value": -39.79,
6868
"compare": ">="
6969
}
7070
}
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"synth__design__instance__area__stdcell": {
3+
"value": 14398.9,
4+
"compare": "<="
5+
},
6+
"constraints__clocks__count": {
7+
"value": 1,
8+
"compare": "=="
9+
},
10+
"placeopt__design__instance__area": {
11+
"value": 137855,
12+
"compare": "<="
13+
},
14+
"placeopt__design__instance__count__stdcell": {
15+
"value": 9152,
16+
"compare": "<="
17+
},
18+
"detailedplace__design__violations": {
19+
"value": 0,
20+
"compare": "=="
21+
},
22+
"cts__design__instance__count__setup_buffer": {
23+
"value": 796,
24+
"compare": "<="
25+
},
26+
"cts__design__instance__count__hold_buffer": {
27+
"value": 1521,
28+
"compare": "<="
29+
},
30+
"globalroute__antenna_diodes_count": {
31+
"value": 0,
32+
"compare": "<="
33+
},
34+
"detailedroute__route__wirelength": {
35+
"value": 128034,
36+
"compare": "<="
37+
},
38+
"detailedroute__route__drc_errors": {
39+
"value": 0,
40+
"compare": "<="
41+
},
42+
"detailedroute__antenna__violating__nets": {
43+
"value": 0,
44+
"compare": "<="
45+
},
46+
"detailedroute__antenna_diodes_count": {
47+
"value": 5,
48+
"compare": "<="
49+
},
50+
"finish__timing__setup__ws": {
51+
"value": -114.39,
52+
"compare": ">="
53+
},
54+
"finish__design__instance__area": {
55+
"value": 138041,
56+
"compare": "<="
57+
},
58+
"finish__timing__drv__setup_violation_count": {
59+
"value": 1040,
60+
"compare": "<="
61+
},
62+
"finish__timing__drv__hold_violation_count": {
63+
"value": 159,
64+
"compare": "<="
65+
},
66+
"finish__timing__wns_percent_delay": {
67+
"value": -39.79,
68+
"compare": ">="
69+
}
70+
}

0 commit comments

Comments
 (0)