commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6867 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Sun, 11 Nov 2007 23:04:51 -0700 (MST)

Author: matt
Date: 2007-11-11 23:04:50 -0700 (Sun, 11 Nov 2007)
New Revision: 6867

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/nsgpio.v
Log:
full sensitivity list


Modified: gnuradio/branches/developers/matt/u2f/control_lib/nsgpio.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/nsgpio.v  2007-11-11 
21:30:10 UTC (rev 6866)
+++ gnuradio/branches/developers/matt/u2f/control_lib/nsgpio.v  2007-11-12 
06:04:50 UTC (rev 6867)
@@ -87,7 +87,7 @@
    integer   n;
    reg [31:0] igpio; // temporary internal signal
    
-   always @(ctrl or line)
+   always @(ctrl or line or debug_1 or debug_0)
      for(n=0;n<32;n=n+1)
        igpio[n] <= ctrl[2*n+1] ? (ctrl[2*n] ? debug_1[n] : debug_0[n]) : 
           (ctrl[2*n] ?  line[n] : 1'bz);





reply via email to

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