Skip to content

Commit

Permalink
fpga/mqnic/Alveo: Fix HBM debug hub configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Nov 12, 2023
1 parent dddc84d commit 1707142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fpga/mqnic/Alveo/fpga_100g/hbm.xdc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# force debug hub to use HBM APB clock to prevent CDC issues
connect_debug_port dbg_hub/clk [get_nets */APB_0_PCLK]
connect_debug_port dbg_hub/clk [get_nets */*/APB_0_PCLK]
2 changes: 1 addition & 1 deletion fpga/mqnic/Alveo/fpga_25g/hbm.xdc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# force debug hub to use HBM APB clock to prevent CDC issues
connect_debug_port dbg_hub/clk [get_nets */APB_0_PCLK]
connect_debug_port dbg_hub/clk [get_nets */*/APB_0_PCLK]

0 comments on commit 1707142

Please sign in to comment.