]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: has the order of varibles some impact? I re-arranged them to match.
authoriceman1001 <iceman@iuse.se>
Sun, 13 Mar 2016 06:18:04 +0000 (07:18 +0100)
committericeman1001 <iceman@iuse.se>
Sun, 13 Mar 2016 06:18:04 +0000 (07:18 +0100)
fpga/hi_read_rx_xcorr.v

index afaf7cb6fb17ae0a1f5687a9b48601ead3d65c23..4eec0894d5b15257dd6f7d7a72627860ca24283e 100644 (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;
Impressum, Datenschutz