Ignore:
Timestamp:
Sep 15, 2009, 3:27:35 AM (15 years ago)
Author:
demin
Message:

add fourth channel and switch from 32 to 24 bit histogram

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MultiChannelUSB/oscilloscope.v

    r42 r45  
    130130
    131131        // output logic
    132         assign  q                               =       q_wire;
    133         assign  start_address   =       trig_reg ? trig_addr_reg ^ 10'h200 : addr_reg + 10'd1;
     132        assign  q = q_wire;
     133        assign  start_address = trig_reg ? trig_addr_reg ^ 10'h200 : addr_reg + 10'd1;
    134134
    135135endmodule
Note: See TracChangeset for help on using the changeset viewer.