aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/B100/u1plus_core.v
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-01 23:22:39 -0700
committerJosh Blum <josh@joshknows.com>2012-04-01 23:22:39 -0700
commit4c111800a139a544f9280e1a7b114c027c55a89e (patch)
treef7e8062e2cda509d4583d96b55cac95cd514f911 /usrp2/top/B100/u1plus_core.v
parent842c54ecb5f20d7787ccd8f6034755a92ed67b5f (diff)
downloaduhd-4c111800a139a544f9280e1a7b114c027c55a89e.tar.gz
uhd-4c111800a139a544f9280e1a7b114c027c55a89e.tar.bz2
uhd-4c111800a139a544f9280e1a7b114c027c55a89e.zip
b100: fix slave fifo data xfer exit condition
When exiting the read/write data state, when the transfer count maxes out/peaks, the fifo read/write signals were getting this condition the cycle after with the state change.
Diffstat (limited to 'usrp2/top/B100/u1plus_core.v')
-rw-r--r--usrp2/top/B100/u1plus_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/B100/u1plus_core.v b/usrp2/top/B100/u1plus_core.v
index 26714b669..09b7e11f1 100644
--- a/usrp2/top/B100/u1plus_core.v
+++ b/usrp2/top/B100/u1plus_core.v
@@ -413,7 +413,7 @@ module u1plus_core
// Readback mux 32 -- Slave #7
//compatibility number -> increment when the fpga has been sufficiently altered
- localparam compat_num = {16'd9, 16'd1}; //major, minor
+ localparam compat_num = {16'd9, 16'd2}; //major, minor
wire [31:0] reg_test32;