Skip to content

Commit a6b9606

Browse files
authored
Merge pull request The-OpenROAD-Project#3244 from jeffng-or/asap7-cva6-slvt-for-cts
asap7 cva6 - switch to use SLVT library for CTS
2 parents 7cadc3e + 8227b49 commit a6b9606

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/NLDM/fakeram7_64x256.lib \
8888

8989
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constraint.sdc
9090

91-
export CORE_UTILIZATION = 40
91+
export CORE_UTILIZATION = 50
9292
export CORE_MARGIN = 2
9393
export MACRO_HALO = 5
94-
export PLACE_DENSITY = 0.50
94+
export PLACE_DENSITY = 0.64
9595

9696
# a smoketest for this option, there are a
9797
# few last gasp iterations
@@ -101,3 +101,7 @@ export SKIP_LAST_GASP ?= 1
101101
export SYNTH_MINIMUM_KEEP_SIZE ?= 40000
102102

103103
export SYNTH_HDL_FRONTEND = slang
104+
105+
export ASAP7_USE_VT = RVT LVT SLVT
106+
107+
export CTS_LIB_NAME = asap7sc7p5t_INVBUF_SLVT_FF_nldm_211120
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": 19930.01,
3+
"value": 19725.15,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 23688,
11+
"value": 20743,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 152015,
15+
"value": 137118,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 13219,
23+
"value": 11923,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 13219,
27+
"value": 11923,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1332082,
35+
"value": 1124948,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -147.23,
51+
"value": -68.36,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 23925,
55+
"value": 20933,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 6609,
59+
"value": 5962,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
6363
"value": 100,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -16.08,
67+
"value": -10.27,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)