diff options
author | RobertWalstab <robert.walstab@gmail.com> | 2020-07-24 16:31:45 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-07-24 15:24:14 -0500 |
commit | 54d698e3707cf1be5d38537db783ebadd850e729 (patch) | |
tree | fbe89e9fb713412dd1016131bec7baffbc664163 /fpga/usrp3 | |
parent | 5023e66b2dc46730f66f3c471fcfe0fc6bbf1200 (diff) | |
download | uhd-54d698e3707cf1be5d38537db783ebadd850e729.tar.gz uhd-54d698e3707cf1be5d38537db783ebadd850e729.tar.bz2 uhd-54d698e3707cf1be5d38537db783ebadd850e729.zip |
fpga, mpm: Bump FPGA compat number
Diffstat (limited to 'fpga/usrp3')
-rw-r--r-- | fpga/usrp3/top/e31x/e31x_core.v | 2 | ||||
-rw-r--r-- | fpga/usrp3/top/e320/e320_core.v | 2 | ||||
-rw-r--r-- | fpga/usrp3/top/n3xx/n3xx_core.v | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fpga/usrp3/top/e31x/e31x_core.v b/fpga/usrp3/top/e31x/e31x_core.v index 8037b886b..6e4283285 100644 --- a/fpga/usrp3/top/e31x/e31x_core.v +++ b/fpga/usrp3/top/e31x/e31x_core.v @@ -126,7 +126,7 @@ module e31x_core #( // ///////////////////////////////////////////////////////////////////////////////// - localparam [15:0] COMPAT_MAJOR = 16'd5; + localparam [15:0] COMPAT_MAJOR = 16'd6; localparam [15:0] COMPAT_MINOR = 16'd0; ///////////////////////////////////////////////////////////////////////////////// diff --git a/fpga/usrp3/top/e320/e320_core.v b/fpga/usrp3/top/e320/e320_core.v index e65e63314..f9cadee89 100644 --- a/fpga/usrp3/top/e320/e320_core.v +++ b/fpga/usrp3/top/e320/e320_core.v @@ -190,7 +190,7 @@ module e320_core #( // ///////////////////////////////////////////////////////////////////////////////// - localparam [15:0] COMPAT_MAJOR = 16'd5; + localparam [15:0] COMPAT_MAJOR = 16'd6; localparam [15:0] COMPAT_MINOR = 16'd0; ///////////////////////////////////////////////////////////////////////////////// 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; ///////////////////////////////////////////////////////////////////////////////// |