Skip to content

Commit 1bb6134

Browse files
committed
Merge branch 'fukac-u55c-fix' into 'devel'
fix (cards): fix PCIe and DMA pblocks, enable synthesis optimizations on Alveo U55C See merge request ndk/ndk-fpga!304
2 parents 686713c + 3346192 commit 1bb6134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cards/amd/alveo-u55c/constr/pblock.xdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# SPDX-License-Identifier: BSD-3-Clause
66

77
create_pblock pblock_dma_i
8-
resize_pblock pblock_dma_i -add CLOCKREGION_X3Y4:CLOCKREGION_X7Y7
8+
resize_pblock pblock_dma_i -add CLOCKREGION_X0Y0:CLOCKREGION_X7Y3
99

1010
add_cells_to_pblock pblock_dma_i [get_cells [list {cm_i/dma_i}]] -clear_locs
1111

1212
create_pblock pblock_pcie_i
13-
resize_pblock pblock_pcie_i -add CLOCKREGION_X4Y0:CLOCKREGION_X7Y3
13+
resize_pblock pblock_pcie_i -add CLOCKREGION_X0Y0:CLOCKREGION_X7Y3
1414

1515
add_cells_to_pblock pblock_pcie_i [get_cells [list {cm_i/pcie_i}]] -clear_locs

0 commit comments

Comments
 (0)