diff options
Diffstat (limited to 'fpga/usrp3/top/n3xx')
-rw-r--r-- | fpga/usrp3/top/n3xx/n3xx_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/top/n3xx/n3xx_core.v b/fpga/usrp3/top/n3xx/n3xx_core.v index af9edcd68..5128d57f7 100644 --- a/fpga/usrp3/top/n3xx/n3xx_core.v +++ b/fpga/usrp3/top/n3xx/n3xx_core.v @@ -209,7 +209,7 @@ module n3xx_core #( // ///////////////////////////////////////////////////////////////////////////////// - localparam [15:0] COMPAT_MAJOR = 16'd7; + localparam [15:0] COMPAT_MAJOR = 16'd8; localparam [15:0] COMPAT_MINOR = 16'd0; ///////////////////////////////////////////////////////////////////////////////// |