-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpower_dist_config_heterogeneous.yml
85 lines (74 loc) · 1.91 KB
/
power_dist_config_heterogeneous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# distance in mm
# power in W
# distribution in csv file would be in % so here we mention max power
# for homogeneous chiplets, only start_chiplet_x and start_chiplet_y is being used from this file
# for hetrogeneous distribution, length_chiplet_x and length_chiplet_y, nodes_x and nodes_y are also being used
# for each block added extra field called material which can overwright layer material properties for the perticular block
# if block is not power source, don't define layout_blocks -> after this update tool won't search for power sequence
chiplet:
chiplet_1:
start_chiplet_x: 2.5
start_chiplet_y: 2.5
length_chiplet_x: 1.5
length_chiplet_y: 4.5
nodes_x: 2
nodes_y: 6
layout_blocks:
chiplet:
start_point_x: 0
start_point_y: 0
length_x: 1.5
length_y: 4.5
max_power: 8
chiplet_2:
start_chiplet_x: 5.5
start_chiplet_y: 2.5
length_chiplet_x: 1.5
length_chiplet_y: 1.5
nodes_x: 2
nodes_y: 2
layout_blocks:
chiplet:
start_point_x: 0
start_point_y: 0
length_x: 1.5
length_y: 1.5
max_power: 3
chiplet_3:
start_chiplet_x: 5.5
start_chiplet_y: 5.5
length_chiplet_x: 1.5
length_chiplet_y: 1.5
nodes_x: 2
nodes_y: 2
material: 'interposer'
layout_blocks:
chiplet:
start_point_x: 0
start_point_y: 0
length_x: 1.5
length_y: 1.5
max_power: 3
ubump: &id001
chiplet_1:
start_chiplet_x: 2.5
start_chiplet_y: 2.5
length_chiplet_x: 1.5
length_chiplet_y: 4.5
nodes_x: 1
nodes_y: 3
chiplet_2:
start_chiplet_x: 5.5
start_chiplet_y: 2.5
length_chiplet_x: 1.5
length_chiplet_y: 1.5
nodes_x: 1
nodes_y: 1
chiplet_3:
start_chiplet_x: 5.5
start_chiplet_y: 5.5
length_chiplet_x: 1.5
length_chiplet_y: 1.5
nodes_x: 1
nodes_y: 1
tim: *id001