axi_ad9361: changed device interface module for Altera to have the same inputs as the one for Xilinx
parent
91279253ef
commit
14e23b106c
|
@ -73,6 +73,7 @@ module axi_ad9361_dev_if (
|
|||
adc_data,
|
||||
adc_status,
|
||||
adc_r1_mode,
|
||||
adc_ddr_edgesel,
|
||||
|
||||
// transmit data path interface
|
||||
|
||||
|
@ -134,6 +135,7 @@ module axi_ad9361_dev_if (
|
|||
output [47:0] adc_data;
|
||||
output adc_status;
|
||||
input adc_r1_mode;
|
||||
input adc_ddr_edgesel;
|
||||
|
||||
// transmit data path interface
|
||||
|
||||
|
|
Loading…
Reference in New Issue