8000 axi_adc_trigger: Cosmetic change only · analogdevicesinc/hdl@4fdaa7f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 10000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 4fdaa7f

Browse files
committed
axi_adc_trigger: Cosmetic change only
1 parent bdd44e3 commit 4fdaa7f

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

library/axi_adc_trigger/axi_adc_trigger_reg.v

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -240,44 +240,44 @@ module axi_adc_trigger_reg (
240240
up_xfer_cntrl #(.DATA_WIDTH(274)) i_xfer_cntrl (
241241
.up_rstn (up_rstn),
242242
.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
260260

261261
.up_xfer_done (),
262262
.d_rst (1'b0),
263263
.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
281281

282282
endmodule
283283

0 commit comments

Comments
 (0)
0