diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-16 11:55:42 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-16 11:55:42 -0700 |
commit | 32b0989c014bd90becdaddc3c3ba957125606f43 (patch) | |
tree | 26d6d54c5d55552f4d506ea02e799e6d2760a988 | |
parent | d8aae182ffdafdd61bbd0100f845d7c93e6ec591 (diff) | |
download | uhd-32b0989c014bd90becdaddc3c3ba957125606f43.tar.gz uhd-32b0989c014bd90becdaddc3c3ba957125606f43.tar.bz2 uhd-32b0989c014bd90becdaddc3c3ba957125606f43.zip |
u1e: incremented compat # to 4 for vita length change
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 8e6d74edf..d10a3ab30 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -36,7 +36,7 @@ module u1e_core localparam SR_GLOBAL_RESET = 50; // 1 reg localparam SR_REG_TEST32 = 52; // 1 reg - wire [7:0] COMPAT_NUM = 8'd3; + wire [7:0] COMPAT_NUM = 8'd4; wire wb_clk = clk_fpga; wire wb_rst, global_reset; |