dac/adc- make common instances

main
Rejeesh Kutty 2015-08-21 14:41:26 -04:00
parent e4e4700950
commit f31c1c9caa
1 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ module up_adc_channel (
// adc control & status // adc control & status
up_xfer_cntrl #(.DATA_WIDTH(78)) i_adc_xfer_cntrl ( up_xfer_cntrl #(.DATA_WIDTH(78)) i_xfer_cntrl (
.up_rstn (up_rstn), .up_rstn (up_rstn),
.up_clk (up_clk), .up_clk (up_clk),
.up_data_cntrl ({ up_adc_iqcor_enb, .up_data_cntrl ({ up_adc_iqcor_enb,
@ -393,7 +393,7 @@ module up_adc_channel (
adc_pnseq_sel, adc_pnseq_sel,
adc_data_sel})); adc_data_sel}));
up_xfer_status #(.DATA_WIDTH(3)) i_adc_xfer_status ( up_xfer_status #(.DATA_WIDTH(3)) i_xfer_status (
.up_rstn (up_rstn), .up_rstn (up_rstn),
.up_clk (up_clk), .up_clk (up_clk),
.up_data_status ({up_adc_pn_err_s, .up_data_status ({up_adc_pn_err_s,