Skip to content

Commit

Permalink
projects: ad469x_fmc: Small fix in system top
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu 'Ceshu' Adace <[email protected]>
  • Loading branch information
ladace committed Oct 31, 2024
1 parent 736ef1c commit 7899226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ad469x_fmc/de10nano/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ module system_top #(
sync_bits #(
.ASYNC_CLK(1)
) i_sync_bits (
.in_bits (gpio_i[33]),
.in_bits (ad469x_busy_alt_gp0),
.out_resetn (~spi_resetn),
.out_clk (spi_clk_s),
.out_bits (spi_trigger_ed));
Expand Down

0 comments on commit 7899226

Please sign in to comment.