aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-01-12 18:54:04 -0800
committerJosh Blum <josh@joshknows.com>2012-01-12 18:54:04 -0800
commitb36ab78c18d7c68ad9c9367004ff8decfb2ce817 (patch)
treea95b8a8a47d803357a135e7dab99114254af2281 /usrp2/top
parent59b3885e195570f7797b0d73a7162508bbb693ee (diff)
downloaduhd-b36ab78c18d7c68ad9c9367004ff8decfb2ce817.tar.gz
uhd-b36ab78c18d7c68ad9c9367004ff8decfb2ce817.tar.bz2
uhd-b36ab78c18d7c68ad9c9367004ff8decfb2ce817.zip
b100: bumped fpga compat number for slave fifo mode
Diffstat (limited to 'usrp2/top')
-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 a7b6e677e..0bada703c 100644
--- a/usrp2/top/B100/u1plus_core.v
+++ b/usrp2/top/B100/u1plus_core.v
@@ -396,7 +396,7 @@ module u1plus_core
// Readback mux 32 -- Slave #7
//compatibility number -> increment when the fpga has been sufficiently altered
- localparam compat_num = {16'd8, 16'd1}; //major, minor
+ localparam compat_num = {16'd9, 16'd0}; //major, minor
wire [31:0] reg_test32;