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);
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio