diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-10 12:02:27 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-10 12:02:27 -0700 |
commit | 76f794330649b4fed0bff3617b13c9aa648b5382 (patch) | |
tree | 280e105505d463762b46a4f192f88b7beced0ee7 /fpga/usrp2/top/B100 | |
parent | a1d8b94647b6149ca38282eefac6a5f1e89fad5b (diff) | |
parent | 510632d8968eb95d383da4cf2d72184d66da0bee (diff) | |
download | uhd-76f794330649b4fed0bff3617b13c9aa648b5382.tar.gz uhd-76f794330649b4fed0bff3617b13c9aa648b5382.tar.bz2 uhd-76f794330649b4fed0bff3617b13c9aa648b5382.zip |
Merge branch 'fpga_next' into next
Diffstat (limited to 'fpga/usrp2/top/B100')
-rw-r--r-- | fpga/usrp2/top/B100/u1plus_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/B100/u1plus_core.v b/fpga/usrp2/top/B100/u1plus_core.v index 09b7e11f1..c1d6767d1 100644 --- a/fpga/usrp2/top/B100/u1plus_core.v +++ b/fpga/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'd2}; //major, minor + localparam compat_num = {16'd9, 16'd3}; //major, minor wire [31:0] reg_test32; |