axi_ad9625: Fix the interface instance

The axi_ad9625_if does not have a DELAY_REFCLK_FREQUENCY parameter.
main
Istvan Csomortani 2019-06-12 16:22:41 +01:00 committed by István Csomortáni
parent 44a9331471
commit 78b14f9803
1 changed files with 1 additions and 2 deletions

View File

@ -143,8 +143,7 @@ module axi_ad9625 #(
assign adc_valid = 1'b1;
axi_ad9625_if #(
.ID (ID),
.DELAY_REFCLK_FREQUENCY (DELAY_REFCLK_FREQUENCY))
.ID (ID))
i_if (
.rx_clk (rx_clk),
.rx_sof (rx_sof),