axi_ad9680: axi_ad9680_hw.tcl: Fix typo
The signal is called adc_clk and not adc_clock. None of the designs is currently using the signal, so this hasn't been an issue other that it generates a warning. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
ce32b4a9b7
commit
26641576d4
|
@ -68,7 +68,7 @@ set_interface_property if_rx_data dataBitsPerSymbol 128
|
|||
|
||||
# dma interface
|
||||
|
||||
ad_alt_intf clock adc_clock output 1
|
||||
ad_alt_intf clock adc_clk output 1
|
||||
|
||||
add_interface adc_ch_0 conduit end
|
||||
add_interface_port adc_ch_0 adc_enable_0 enable Output 1
|
||||
|
|
Loading…
Reference in New Issue