From 54d698e3707cf1be5d38537db783ebadd850e729 Mon Sep 17 00:00:00 2001 From: RobertWalstab Date: Fri, 24 Jul 2020 16:31:45 +0200 Subject: fpga, mpm: Bump FPGA compat number --- fpga/usrp3/top/e31x/e31x_core.v | 2 +- fpga/usrp3/top/e320/e320_core.v | 2 +- fpga/usrp3/top/n3xx/n3xx_core.v | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'fpga/usrp3') 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; ///////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3