commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6042 - gnuradio/branches/developers/matt/u2f/control_


From: matt
Subject: [Commit-gnuradio] r6042 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Fri, 20 Jul 2007 16:19:09 -0600 (MDT)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]