up_adc_common: Expose up version of r1_mode

main
Laszlo Nagy 2020-05-22 07:39:22 +01:00 committed by Laszlo Nagy
parent 7023639b8f
commit 8e243b6d32
1 changed files with 1 additions and 1 deletions

View File

@ -74,6 +74,7 @@ module up_adc_common #(
input [31:0] up_pps_rcounter,
input up_pps_status,
output reg up_pps_irq_mask,
output reg up_adc_r1_mode = 'd0,
// channel interface
@ -130,7 +131,6 @@ module up_adc_common #(
reg up_adc_sref_sync = 'd0;
reg [4:0] up_adc_num_lanes = 'd0;
reg up_adc_sdr_ddr_n = 'd0;
reg up_adc_r1_mode = 'd0;
reg up_adc_ddr_edgesel = 'd0;
reg up_adc_pin_mode = 'd0;
reg up_status_ovf = 'd0;