Ignore:
Timestamp:
Jan 17, 2011, 6:18:33 PM (14 years ago)
Author:
demin
Message:

few minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/MultiChannelUSB/Paella.v

    r107 r108  
    282282                .bus_busy(bus_busy[1]));
    283283
    284         cic1 #(.size(3), .width(12)) cic3_unit (
     284        cic_filter #(.size(3), .width(12)) cic_filter_unit (
    285285                .clock(sys_clock),
    286286                .frame(sys_frame),
     
    297297                        assign sys_data[j] = (cfg_bits[1][4*j]) ? (adc_data[j] ^ 12'hfff) : (adc_data[j]);
    298298
    299                         uwt_bior31 #(.L(1)) uwt_1_unit (
    300                                 .clock(sys_clock),
    301                                 .frame(sys_frame),
    302                                 .reset(1'b0),
    303                                 .x({20'h00000, sys_data[j]}),
    304                                 .d(uwt_d1[j]),
    305                                 .a(uwt_a1[j]),
    306                                 .flag(uwt_flag1[j]));
    307                
    308                         uwt_bior31 #(.L(2)) uwt_2_unit (
    309                                 .clock(sys_clock),
    310                                 .frame(sys_frame),
    311                                 .reset(1'b0),
    312                                 .x(uwt_a1[j]),
    313                                 .d(uwt_d2[j]),
    314                                 .a(uwt_a2[j]),
    315                                 .flag(uwt_flag2[j]));
    316                
    317                         uwt_bior31 #(.L(3)) uwt_3_unit (
    318                                 .clock(sys_clock),
    319                                 .frame(sys_frame),
    320                                 .reset(1'b0),
    321                                 .x(uwt_a2[j]),
    322                                 .d(uwt_d3[j]),
    323                                 .a(uwt_a3[j]),
    324                                 .flag(uwt_flag3[j]));
    325299       
    326300                        analyser analyser_unit (
Note: See TracChangeset for help on using the changeset viewer.