File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2424 "compare" : " <="
2525 },
2626 "cts__design__instance__count__hold_buffer" : {
27- "value" : 1561 ,
27+ "value" : 1866 ,
2828 "compare" : " <="
2929 },
3030 "globalroute__antenna_diodes_count" : {
4848 "compare" : " <="
4949 },
5050 "finish__timing__setup__ws" : {
51- "value" : -152 .45 ,
51+ "value" : -243 .45 ,
5252 "compare" : " >="
5353 },
5454 "finish__design__instance__area" : {
6464 "compare" : " <="
6565 },
6666 "finish__timing__wns_percent_delay" : {
67- "value" : -18.47 ,
67+ "value" : -43.48 ,
6868 "compare" : " >="
6969 }
7070}
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ export DIE_AREA = $(shell \
2626export MACRO_PLACE_HALO = 0 2.16
2727export RTLMP_BOUNDARY_WT = 0
2828export 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
3034export BLOCKS ?= Element
3135
You can’t perform that action at this time.
0 commit comments