Index: /trunk/MultiChannelUSB/adc_fifo.v
===================================================================
--- /trunk/MultiChannelUSB/adc_fifo.v	(revision 63)
+++ /trunk/MultiChannelUSB/adc_fifo.v	(revision 64)
@@ -67,5 +67,5 @@
 		.overflow_checking("ON"),
 		.underflow_checking("ON"),
-		.use_eab("OFF"),
+		.use_eab("ON"),
 		.write_aclr_synch("OFF")) fifo_raw (
 		.aclr(1'b0),
@@ -94,5 +94,5 @@
 		.overflow_checking("ON"),
 		.underflow_checking("ON"),
-		.use_eab("OFF"),
+		.use_eab("ON"),
 		.write_aclr_synch("OFF")) fifo_uwt (
 		.aclr(1'b0),
