Skip to content

Commit 23e8a11

Browse files
committed
Removed rvfi_probes_o interface and connectivity
Signed-off-by: Jeff Ng <[email protected]>
1 parent 759023c commit 23e8a11

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Remove rvfi_probes_o interface since contributes 4k ports and connections
2+
# (many of which are buffers tied to tie cells)
3+
4+
delete cva6/o:rvfi_probes_o*

flow/designs/asap7/cva6/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ export SYNTH_HDL_FRONTEND = slang
105105
export ASAP7_USE_VT = RVT LVT SLVT
106106

107107
export CTS_LIB_NAME = asap7sc7p5t_INVBUF_SLVT_FF_nldm_211120
108+
109+
# Remove rvfi_probes_o interface
110+
export SYNTH_CANONICALIZE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/canonicalize.tcl

flow/designs/asap7/cva6/rules-base.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 19725.15,
3+
"value": 18975.35,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 20690,
11+
"value": 19709,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 136421,
15+
"value": 123443,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 11863,
23+
"value": 10734,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 11863,
27+
"value": 10734,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1074578,
35+
"value": 716033,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,15 +48,15 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -139.89,
51+
"value": -82.95,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 20850,
55+
"value": 19864,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 5931,
59+
"value": 5367,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {

0 commit comments

Comments
 (0)