Author: matt
Date: 2007-07-20 16:19:09 -0600 (Fri, 20 Jul 2007)
New Revision: 6042
Modified:
gnuradio/branches/developers/matt/u2f/control_lib/longfifo.v
Log:
formatting
Modified: gnuradio/branches/developers/matt/u2f/control_lib/longfifo.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/longfifo.v
2007-07-20 22:17:43 UTC (rev 6041)
+++ gnuradio/branches/developers/matt/u2f/control_lib/longfifo.v
2007-07-20 22:19:09 UTC (rev 6042)
@@ -75,7 +75,6 @@
endcase // case(read_state)
assign empty = (read_state != READING);
- //assign empty = (rd_addr == wr_addr);
- assign full = ((rd_addr - 1) == wr_addr);
+ assign full = ((rd_addr - 1) == wr_addr);
endmodule // longfifo
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio