Skip to content

Commit 6f56bca

Browse files
authored
Merge pull request #3258 from jeffng-or/asap7-cva6-reduce-clk-period
reduced clock period and die size for asap7 cva6
2 parents b81e030 + b0bcd56 commit 6f56bca

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 3 additions & 3 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 = 50
91+
export CORE_UTILIZATION = 70
9292
export CORE_MARGIN = 2
93-
export MACRO_HALO = 5
94-
export PLACE_DENSITY = 0.64
93+
export MACRO_PLACE_HALO = 3 3
94+
export PLACE_DENSITY = 0.73
9595

9696
# a smoketest for this option, there are a
9797
# few last gasp iterations

flow/designs/asap7/cva6/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set clk_name main_clk
44
set clk_port clk_i
55
set clk_ports_list [list $clk_port]
6-
set clk_period 1300
6+
set clk_period 1200
77
set input_delay 0.46
88
set output_delay 0.11
99
create_clock [get_ports $clk_port] -name $clk_name -period $clk_period

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 20743,
11+
"value": 20690,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 137118,
15+
"value": 136421,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 11923,
23+
"value": 11863,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 11923,
27+
"value": 11863,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1124948,
35+
"value": 1074578,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -68.36,
51+
"value": -139.89,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 20933,
55+
"value": 20850,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 5962,
59+
"value": 5931,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
6363
"value": 100,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -10.27,
67+
"value": -10.0,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)