Skip to content

Commit bd37bc6

Browse files
authored
Merge pull request #3334 from The-OpenROAD-Project-staging/july-demo-clock-period
Aligned clock period with July 2025 demo
2 parents 9e0d3b2 + 4e62b45 commit bd37bc6

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

flow/designs/rapidus2hp/cva6/autotuner.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,23 @@
44
"type": "float",
55
"minmax": [
66
990,
7-
1015
7+
1250
88
],
99
"step": 0
1010
},
1111
"CORE_UTILIZATION": {
12+
"type": "int",
13+
"minmax": [
14+
40,
15+
60
16+
],
17+
"step": 1
18+
},
19+
"CTS_BUF_DISTANCE": {
1220
"type": "int",
1321
"minmax": [
1422
25,
15-
45
23+
50
1624
],
1725
"step": 1
1826
},

flow/designs/rapidus2hp/cva6/constraint.sdc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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 1000
6+
set clk_period 1380
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
10-
11-
set_false_path -to [get_ports {rvfi_probes_o}]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Derived from cva6_synth.tcl and Makefiles
2+
3+
set clk_name main_clk
4+
set clk_port clk_i
5+
set clk_ports_list [list $clk_port]
6+
set clk_period 1013.87619516354
7+
set input_delay 0.46
8+
set output_delay 0.11
9+
create_clock [get_ports $clk_port] -name $clk_name -period $clk_period

0 commit comments

Comments
 (0)