File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed
flow/designs/rapidus2hp/cva6 Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 33set clk_name main_clk
44set clk_port clk_i
55set clk_ports_list [list $clk_port ]
6- set clk_period 1000
6+ set clk_period 1380
77set input_delay 0.46
88set output_delay 0.11
99create_clock [get_ports $clk_port ] -name $clk_name -period $clk_period
10-
11- set_false_path -to [get_ports {rvfi_probes_o}]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments