Changeset 64 for trunk/MultiChannelUSB
- Timestamp:
 - Nov 19, 2009, 12:08:22 AM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/MultiChannelUSB/adc_fifo.v (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/MultiChannelUSB/adc_fifo.v
r62 r64 67 67 .overflow_checking("ON"), 68 68 .underflow_checking("ON"), 69 .use_eab("O FF"),69 .use_eab("ON"), 70 70 .write_aclr_synch("OFF")) fifo_raw ( 71 71 .aclr(1'b0), … … 94 94 .overflow_checking("ON"), 95 95 .underflow_checking("ON"), 96 .use_eab("O FF"),96 .use_eab("ON"), 97 97 .write_aclr_synch("OFF")) fifo_uwt ( 98 98 .aclr(1'b0),  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  