We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964878 commit 627d5d5Copy full SHA for 627d5d5
test/orfs/mock-array/BUILD
@@ -69,19 +69,19 @@ pitch_x = ce_width
69
pitch_y = ce_height + (placement_grid_y * 2)
70
71
# top level core offset
72
-margin_x = placement_grid_x
+margin_x = placement_grid_x * 2
73
74
-margin_y = placement_grid_y
+margin_y = placement_grid_y * 2
75
76
# Element core margin
77
ce_margin_x = placement_grid_x * 0.5
78
79
ce_margin_y = placement_grid_y * 0.5
80
81
# PDN problems if it is smaller. Not investigated.
82
-array_spacing_x = margin_x * 8
+array_spacing_x = placement_grid_x * 4
83
84
-array_spacing_y = margin_y * 8
+array_spacing_y = placement_grid_y * 4
85
86
# top level core and die size, we need some space around the
87
# array to put some flip flops and buffers for top level io pins
0 commit comments