File tree Expand file tree Collapse file tree 3 files changed +94
-0
lines changed
flow/designs/rapidus2hp/cva6 Expand file tree Collapse file tree 3 files changed +94
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "_SDC_FILE_PATH" : " constraint.sdc" ,
3+ "_SDC_CLK_PERIOD" : {
4+ "type" : " float" ,
5+ "minmax" : [
6+ 1270 ,
7+ 1370
8+ ],
9+ "step" : 0
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ {
2+ "_SDC_FILE_PATH" : " constraint.sdc" ,
3+ "_SDC_CLK_PERIOD" : {
4+ "type" : " float" ,
5+ "minmax" : [
6+ 1297.0415261866478 ,
7+ 1297.0415261866478
8+ ],
9+ "step" : 0
10+ },
11+ "CORE_UTILIZATION" : {
12+ "type" : " int" ,
13+ "minmax" : [
14+ 40 ,
15+ 60
16+ ],
17+ "step" : 1
18+ },
19+ "CTS_BUF_DISTANCE" : {
20+ "type" : " int" ,
21+ "minmax" : [
22+ 25 ,
23+ 50
24+ ],
25+ "step" : 1
26+ },
27+ "CTS_CLUSTER_SIZE" : {
28+ "type" : " int" ,
29+ "minmax" : [
30+ 30 ,
31+ 60
32+ ],
33+ "step" : 1
34+ },
35+ "CTS_CLUSTER_DIAMETER" : {
36+ "type" : " int" ,
37+ "minmax" : [
38+ 15 ,
39+ 25
40+ ],
41+ "step" : 1
42+ },
43+ "CELL_PAD_IN_SITES_GLOBAL_PLACEMENT" : {
44+ "type" : " int" ,
45+ "minmax" : [
46+ 0 ,
47+ 3
48+ ],
49+ "step" : 1
50+ },
51+ "CELL_PAD_IN_SITES_DETAIL_PLACEMENT" : {
52+ "type" : " int" ,
53+ "minmax" : [
54+ 0 ,
55+ 3
56+ ],
57+ "step" : 1
58+ },
59+ "PLACE_SITE" : {
60+ "type" : " string" ,
61+ "values" : [
62+ " SC6T" ,
63+ " SC8T"
64+ ]
65+ },
66+ "CORE_MARGIN" : {
67+ "type" : " float" ,
68+ "minmax" : [
69+ 0.75 ,
70+ 1.5
71+ ],
72+ "step" : 0
73+ }
74+ }
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 1380
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