Skip to content

Commit ef678d0

Browse files
committed
aes-block: smaller floorplan and jenkins
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6e1a3e8 commit ef678d0

File tree

6 files changed

+418
-304
lines changed

6 files changed

+418
-304
lines changed

flow/designs/asap7/aes-block/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
88

99
export ABC_AREA = 1
1010

11-
export CORE_UTILIZATION = 10
11+
export CORE_UTILIZATION = 20
1212
export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 2
1414
export PLACE_DENSITY = 0.65

flow/designs/asap7/aes-block/metadata-base-ok.json

Lines changed: 404 additions & 293 deletions
Large diffs are not rendered by default.

flow/designs/asap7/aes-block/rules-base.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 2871,
11+
"value": 9337,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
@@ -20,7 +20,7 @@
2020
"compare": "=="
2121
},
2222
"cts__timing__setup__ws": {
23-
"value": -100.0,
23+
"value": -294.69,
2424
"compare": ">="
2525
},
2626
"cts__timing__setup__ws__pre_repair": {
@@ -36,31 +36,31 @@
3636
"compare": "<="
3737
},
3838
"cts__design__instance__count__hold_buffer": {
39-
"value": 1105,
39+
"value": 1966,
4040
"compare": "<="
4141
},
4242
"globalroute__timing__clock__slack": {
43-
"value": -79.41,
43+
"value": -208.68,
4444
"compare": ">="
4545
},
4646
"globalroute__timing__setup__ws": {
47-
"value": -79.41,
47+
"value": -208.68,
4848
"compare": ">="
4949
},
5050
"detailedroute__route__wirelength": {
5151
"value": 116087,
5252
"compare": "<="
5353
},
5454
"detailedroute__route__drc_errors": {
55-
"value": 0,
55+
"value": 2,
5656
"compare": "<="
5757
},
5858
"finish__timing__setup__ws": {
59-
"value": -49.41,
59+
"value": -201.5,
6060
"compare": ">="
6161
},
6262
"finish__design__instance__area": {
63-
"value": 3035,
63+
"value": 9522,
6464
"compare": "<="
6565
},
6666
"finish__timing__drv__max_slew_limit": {
@@ -76,15 +76,15 @@
7676
"compare": ">="
7777
},
7878
"finish__timing__drv__setup_violation_count": {
79-
"value": 44,
79+
"value": 376,
8080
"compare": "<="
8181
},
8282
"finish__timing__drv__hold_violation_count": {
8383
"value": 102,
8484
"compare": "<="
8585
},
8686
"finish__timing__wns_percent_delay": {
87-
"value": -10.0,
87+
"value": -39.26,
8888
"compare": ">="
8989
}
9090
}

jenkins/public_nightly.Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pipeline {
6565
"uart asap7",
6666
"mock-array asap7",
6767
"mock-alu asap7",
68+
"aes-block asap7",
6869
"sram-64x16 asap7",
6970
"aes nangate45",
7071
"ariane136 nangate45",

jenkins/public_tests_all.Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pipeline {
4242
"uart asap7",
4343
"mock-array asap7",
4444
"mock-alu asap7",
45+
"aes-block asap7",
4546
"sram-64x16 asap7",
4647
"aes nangate45",
4748
"bp_be_top nangate45",

jenkins/public_tests_small.Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pipeline {
4242
"uart asap7",
4343
"mock-array asap7",
4444
"mock-alu asap7",
45+
"aes-block asap7",
4546
"sram-64x16 asap7",
4647
"aes nangate45",
4748
"bp_be_top nangate45",

0 commit comments

Comments
 (0)