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/top/e320 | |
| 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/top/e320')
| -rw-r--r-- | fpga/usrp3/top/e320/e320_core.v | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;    ///////////////////////////////////////////////////////////////////////////////// | 
