Ignore:
Timestamp:
Jun 26, 2011, 11:06:30 PM (13 years ago)
Author:
demin
Message:

add configuration registers for the clip module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/MultiChannelUSB/clip.v

    r144 r154  
    104104                - {2'b0, mul_data_wire1};
    105105
    106         assign out_data_wire =
     106        assign out_data_wire = add_data_wire[width3-1] ? {(widthr){1'b0}} :
    107107                  add_data_wire[shift+widthr-1:shift]
    108108                + {{(widthr-1){add_data_wire[width3-1]}}, add_data_wire[shift-1]};
Note: See TracChangeset for help on using the changeset viewer.