@@ -240,44 +240,44 @@ module axi_adc_trigger_reg (
240
240
up_xfer_cntrl #(.DATA_WIDTH(274 )) i_xfer_cntrl (
241
241
.up_rstn (up_rstn),
242
242
.up_clk (up_clk),
243
- .up_data_cntrl ({ up_streaming, // 1
244
- up_trigger_o, // 2
245
- up_io_selection, // 8
246
- up_config_trigger_i, // 10
247
- up_limit_a, // 16
248
- up_function_a, // 2
249
- up_hysteresis_a, // 32
250
- up_trigger_l_mix_a, // 4
251
- up_limit_b, // 16
252
- up_function_b, // 2
253
- up_hysteresis_b, // 32
254
- up_trigger_l_mix_b, // 4
255
- up_trigger_out_control, // 17
256
- up_fifo_depth, // 32
257
- up_trigger_holdoff, // 32
258
- up_trigger_out_hold_pins,// 32
259
- up_trigger_delay}), // 32
243
+ .up_data_cntrl ({ up_streaming, // 1
244
+ up_trigger_o, // 2
245
+ up_io_selection, // 8
246
+ up_config_trigger_i, // 10
247
+ up_limit_a, // 16
248
+ up_function_a, // 2
249
+ up_hysteresis_a, // 32
250
+ up_trigger_l_mix_a, // 4
251
+ up_limit_b, // 16
252
+ up_function_b, // 2
253
+ up_hysteresis_b, // 32
254
+ up_trigger_l_mix_b, // 4
255
+ up_trigger_out_control, // 17
256
+ up_fifo_depth, // 32
257
+ up_trigger_holdoff, // 32
258
+ up_trigger_out_hold_pins, // 32
259
+ up_trigger_delay}), // 32
260
260
261
261
.up_xfer_done (),
262
262
.d_rst (1'b0 ),
263
263
.d_clk (clk),
264
- .d_data_cntrl ({ streaming, // 1
265
- trigger_o, // 2
266
- io_selection, // 8
267
- config_trigger_i, // 10
268
- limit_a, // 16
269
- function_a, // 2
270
- hysteresis_a, // 32
271
- trigger_l_mix_a, // 4
272
- limit_b, // 16
273
- function_b, // 2
274
- hysteresis_b, // 32
275
- trigger_l_mix_b, // 4
276
- trigger_out_control,// 17
277
- fifo_depth, // 32
278
- trigger_holdoff, // 32
279
- trigger_out_hold_pins,// 32
280
- trigger_delay})); // 32
264
+ .d_data_cntrl ({ streaming, // 1
265
+ trigger_o, // 2
266
+ io_selection, // 8
267
+ config_trigger_i, // 10
268
+ limit_a, // 16
269
+ function_a, // 2
270
+ hysteresis_a, // 32
271
+ trigger_l_mix_a, // 4
272
+ limit_b, // 16
273
+ function_b, // 2
274
+ hysteresis_b, // 32
275
+ trigger_l_mix_b, // 4
276
+ trigger_out_control, // 17
277
+ fifo_depth, // 32
278
+ trigger_holdoff, // 32
279
+ trigger_out_hold_pins, // 32
280
+ trigger_delay})); // 32
281
281
282
282
endmodule
283
283
0 commit comments