Remove unused IO_DELAY_GROUP parameter from JESD204 ADC cores

The cores that handle the JESD204 ADC converters do not feature any direct
IO and subsequently no IO-delay blocks either. Remove the unused
IO_DELAY_GROUP parameter.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2017-05-05 19:20:07 +02:00 committed by Lars-Peter Clausen
parent 041e448083
commit 0c2fad54d7
3 changed files with 3 additions and 6 deletions

View File

@ -37,8 +37,7 @@
module axi_ad6676 #(
parameter ID = 0,
parameter IO_DELAY_GROUP = "adc_if_delay_group") (
parameter ID = 0) (
// jesd interface
// rx_clk is (line-rate/40)

View File

@ -37,8 +37,7 @@
module axi_ad9625 #(
parameter ID = 0,
parameter IO_DELAY_GROUP = "adc_if_delay_group") (
parameter ID = 0) (
// jesd interface
// rx_clk is (line-rate/40)

View File

@ -37,8 +37,7 @@
module axi_ad9680 #(
parameter ID = 0,
parameter IO_DELAY_GROUP = "adc_if_delay_group") (
parameter ID = 0) (
// jesd interface
// rx_clk is (line-rate/40)