axi_ad6676: Support multiple lane configuration

Propagate parameter to tpl core.
main
AndreiGrozav 2018-10-04 15:10:22 +01:00 committed by AndreiGrozav
parent 2756c153b7
commit f8d38c9149
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ module axi_ad6676 #(
ad_ip_jesd204_tpl_adc #(
.ID (ID),
.NUM_LANES (2),
.NUM_LANES (NUM_LANES),
.NUM_CHANNELS (2),
.CHANNEL_WIDTH (16),
.TWOS_COMPLEMENT (0)