Ignore:
Timestamp:
Feb 15, 2011, 10:55:07 PM (14 years ago)
Author:
demin
Message:

replace removed register with wire

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/MultiChannelUSB/deconv.v

    r117 r118  
    9999                                .lpm_type("LPM_ADD_SUB"),
    100100                                .lpm_width(width2)) acc_unit_1 (
    101                                 .dataa({{(width2-width1+1){sub_data_wire[j*width1+width1-1]}}, sub_data_reg[0][j*width1+width1-2:j*width1]}),
     101                                .dataa({{(width2-width1+1){sub_data_wire[j*width1+width1-1]}}, sub_data_wire[j*width1+width1-2:j*width1]}),
    102102                                .datab(acc_data_reg[0][j*width2+width2-1:j*width2]),
    103103                                .result(acc_data_wire[j*width2+width2-1:j*width2]));
Note: See TracChangeset for help on using the changeset viewer.