Ignore:
Timestamp:
Jan 17, 2011, 5:56:35 PM (14 years ago)
Author:
demin
Message:

Starting to test signal shaping algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/MultiChannelUSB/analyser.v

    r100 r107  
    3333                        state_reg <= 3'd0;
    3434                        counter_reg <= 5'd0;
    35                         sample_reg = 20'd0;
     35                        sample_reg <= 20'd0;
    3636                        dead_reg <= 1'b0;
    3737                        good_reg <= 1'b0;
     
    160160                                if (counter_max)
    161161                                begin
    162                                         if (uwt_flag[0])
     162                                        if (uwt_flag[1])
    163163                                        begin
    164164                                                counter_next = 5'd0;
Note: See TracChangeset for help on using the changeset viewer.