dac/adc- make common instances
parent
e4e4700950
commit
f31c1c9caa
|
@ -362,7 +362,7 @@ module up_adc_channel (
|
|||
|
||||
// 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_clk (up_clk),
|
||||
.up_data_cntrl ({ up_adc_iqcor_enb,
|
||||
|
@ -393,7 +393,7 @@ module up_adc_channel (
|
|||
adc_pnseq_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_clk (up_clk),
|
||||
.up_data_status ({up_adc_pn_err_s,
|
||||
|
|
Loading…
Reference in New Issue