Skip to content

Commit 2059515

Browse files
authored
Merge pull request #3304 from joaomai/mpl-honor-macro-thresh
flow: update mock-array params and aes-block metrics in order to honor macro thresholds
2 parents 55251b7 + 606fcf0 commit 2059515

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1561,
27+
"value": 1866,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -152.45,
51+
"value": -243.45,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -64,7 +64,7 @@
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -18.47,
67+
"value": -43.48,
6868
"compare": ">="
6969
}
7070
}

flow/designs/asap7/mock-array/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export DIE_AREA = $(shell \
2626
export MACRO_PLACE_HALO = 0 2.16
2727
export RTLMP_BOUNDARY_WT = 0
2828
export RTLMP_FLOW ?= 1
29+
export RTLMP_MAX_INST = 250
30+
export RTLMP_MIN_INST = 50
31+
export RTLMP_MAX_MACRO = 64
32+
export RTLMP_MIN_MACRO = 8
2933

3034
export BLOCKS ?= Element
3135

0 commit comments

Comments
 (0)