Skip to content

Commit e19b7a5

Browse files
authored
Merge pull request #3810 from The-OpenROAD-Project-staging/tighten-cva6-0.2
Tightened rapidus2hp cva6 for PDK 0.2
2 parents f339662 + 8d0a1c8 commit e19b7a5

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

flow/designs/rapidus2hp/cva6/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export SDC_FILE = $(strip \
117117
))
118118

119119
# Must be defined before the ifeq's
120-
export SYNTH_HDL_FRONTEND = slang
120+
export SYNTH_HDL_FRONTEND ?= slang
121121
export SYNTH_HIERARCHICAL = 1
122122

123123
export CORE_UTILIZATION = 65

flow/designs/rapidus2hp/cva6/constraint.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source $::env(PLATFORM_DIR)/util.tcl
55
set clk_name main_clk
66
set clk_port clk_i
77
set clk_ports_list [list $clk_port]
8-
set clk_period 1125
8+
set clk_period 800
99

1010
convert_time_value clk_period
1111

flow/designs/rapidus2hp/cva6/rules-verific.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
39-
"value": -56.2,
39+
"value": -54.9,
4040
"compare": ">="
4141
},
4242
"cts__timing__hold__tns": {
43-
"value": -268.0,
43+
"value": -1320.0,
4444
"compare": ">="
4545
},
4646
"globalroute__antenna_diodes_count": {
@@ -52,31 +52,31 @@
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -102000.0,
55+
"value": -89500.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
59-
"value": -36.1,
59+
"value": -31.4,
6060
"compare": ">="
6161
},
6262
"globalroute__timing__hold__tns": {
63-
"value": -134.0,
63+
"value": -125.0,
6464
"compare": ">="
6565
},
6666
"finish__timing__setup__ws": {
6767
"value": -108.0,
6868
"compare": ">="
6969
},
7070
"finish__timing__setup__tns": {
71-
"value": -102000.0,
71+
"value": -89500.0,
7272
"compare": ">="
7373
},
7474
"finish__timing__hold__ws": {
75-
"value": -36.1,
75+
"value": -31.4,
7676
"compare": ">="
7777
},
7878
"finish__timing__hold__tns": {
79-
"value": -134.0,
79+
"value": -125.0,
8080
"compare": ">="
8181
},
8282
"finish__design__instance__area": {

0 commit comments

Comments
 (0)