Skip to content

Commit

Permalink
ad469x/de10nano: Change spi_clk to 160MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
sarpadi committed Nov 12, 2024
1 parent 08dd9f9 commit 949ee6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/ad469x_evb/common/ad469x_qsys.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# receive dma
set_instance_parameter_value sys_hps {F2SDRAM_Width} {128 64}

# set spi_clk to 160MHz
set_instance_parameter_value sys_hps {S2FCLK_USER0CLK_FREQ} {160.0}

add_instance axi_dmac_0 axi_dmac
set_instance_parameter_value axi_dmac_0 {DMA_TYPE_SRC} {1}
set_instance_parameter_value axi_dmac_0 {DMA_TYPE_DEST} {0}
Expand Down

0 comments on commit 949ee6b

Please sign in to comment.