Ignore:
Timestamp:
Nov 23, 2009, 12:50:41 PM (15 years ago)
Author:
demin
Message:

intermediate working version with 32 bit histograms, test block and I2C master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MultiChannelUSB/Paella.v

    r68 r70  
    149149    assign      adc_clk[0] = ADC_FCO;
    150150    assign      adc_clk[1] = ADC_FCO;
    151     assign      adc_clk[2] = ADC_FCO;
     151//    assign    adc_clk[2] = ADC_FCO;
    152152
    153153    assign      adc_clk[3] = ADC_FCO;
     
    171171                .c0(adc_pll_clk));
    172172*/
    173 /*
     173
    174174        wire                    tst_adc_clk;
    175175        wire    [11:0]  tst_adc_data;
     
    180180                .tst_data(tst_adc_data));
    181181
    182     assign      adc_clk[3] = tst_adc_clk;
    183     assign      adc_data[3] = tst_adc_data;
    184 */
     182    assign      adc_clk[2] = tst_adc_clk;
     183    assign      adc_data[2] = tst_adc_data;
     184
    185185/*
    186186        altserial_flash_loader #(
     
    196196                .sdoin());
    197197*/
    198 
     198/*
    199199        adc_lvds #(
    200200                .size(3),
     
    207207                                        adc_data[1],
    208208                                        adc_data[2] }));
    209 
     209*/
    210210        genvar i;
    211211        generate
     
    287287                                hst_reset[mux_chan] = mux_reset;
    288288                                hst_addr[mux_chan] = mux_addr[11:0];
    289                                 mux_max_byte = 2'd2;   
     289                                mux_max_byte = 2'd3;   
    290290                                mux_min_addr = 16'd0;
    291                                 mux_max_addr = 16'd4096;
     291                                mux_max_addr = 16'd4095;
    292292                        end
    293293                endcase
     
    320320                .data(i2c_data),
    321321                .full(i2c_full),
     322/*
     323                normal connection
    322324                .i2c_sda(I2C_SDA),
    323                 .i2c_scl(I2C_SCL));
     325                .i2c_scl(I2C_SCL),
     326
     327                following is a cross wire connection for EPT
     328*/
     329                .i2c_sda(I2C_SCL),
     330                .i2c_scl(I2C_SDA));
    324331
    325332        control control_unit (
Note: See TracChangeset for help on using the changeset viewer.