Ignore:
Timestamp:
Dec 21, 2009, 5:09:06 PM (15 years ago)
Author:
demin
Message:

improve timings in all components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MultiChannelUSB/usb_fifo.v

    r58 r84  
    3535                .overflow_checking("ON"),
    3636                .underflow_checking("ON"),
    37                 .use_eab("OFF"),
     37                .use_eab("ON"),
    3838                .write_aclr_synch("OFF")) fifo_tx (
    3939                .aclr(aclr),
     
    6262                .overflow_checking("ON"),
    6363                .underflow_checking("ON"),
    64                 .use_eab("OFF"),
     64                .use_eab("ON"),
    6565                .write_aclr_synch("OFF")) fifo_rx (
    6666                .aclr(aclr),
Note: See TracChangeset for help on using the changeset viewer.