Skip to content

Commit 8643589

Browse files
authored
Merge pull request The-OpenROAD-Project#3217 from jeffng-or/asap7-cva6-switch-to-util
switched asap7 cva6 from die/core area to utilization with margin
2 parents 790cd37 + 60ee99f commit 8643589

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export ADDITIONAL_LIBS = $(PLATFORM_DIR)/lib/NLDM/fakeram7_256x256.lib
7979

8080
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constraint.sdc
8181

82-
export DIE_AREA = 0 0 350 350
83-
export CORE_AREA = 1.08 1.08 340 340
82+
export CORE_UTILIZATION = 40
83+
export CORE_MARGIN = 2
84+
export MACRO_HALO = 5
8485
export PLACE_DENSITY = 0.50
85-
export MACRO_HALO = 5 5
8686

8787
# a smoketest for this option, there are a
8888
# few last gasp iterations

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 40692.1,
3+
"value": 40631.65,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -12,27 +12,27 @@
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 164118,
15+
"value": 163049,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 14271,
23+
"value": 14178,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 14271,
27+
"value": 14178,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1618999,
35+
"value": 1884562,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -56,15 +56,15 @@
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 7136,
59+
"value": 7089,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 105,
63+
"value": 101,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -20.43,
67+
"value": -20.3,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)