CHG: has the order of varibles some impact? I re-arranged them to match.

This commit is contained in:
iceman1001 2016-03-13 07:18:04 +01:00
parent 77d1a423d5
commit ef8e50c64b

View file

@ -15,9 +15,9 @@ module hi_read_rx_xcorr(
input pck0, ck_1356meg, ck_1356megb;
output pwr_lo, pwr_hi, pwr_oe1, pwr_oe2, pwr_oe3, pwr_oe4;
input [7:0] adc_d;
output adc_clk;
output adc_clk, ssp_frame, ssp_din;
input ssp_dout;
output ssp_frame, ssp_din, ssp_clk;
output ssp_clk;
input cross_hi, cross_lo;
output dbg;
input xcorr_is_848, snoop;