Index: Compatible.h =================================================================== diff -u -rbecfbc4d11de64248085cde7f064d4e1cf63f978 -re74fe5cf83768c09b81b7d72717ad6bcc3bc2755 --- Compatible.h (.../Compatible.h) (revision becfbc4d11de64248085cde7f064d4e1cf63f978) +++ Compatible.h (.../Compatible.h) (revision e74fe5cf83768c09b81b7d72717ad6bcc3bc2755) @@ -1,38 +1,34 @@ /************************************************************************** * -* Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Compatible.h * -* @author (last) Sean Nash -* @date (last) 19-Aug-2021 +* @author (last) Dara Navaei +* @date (last) 23-Oct-2023 * * @author (original) Sean Nash * @date (original) 06-May-2021 * ***************************************************************************/ - -#ifndef __COMPATIBLE_H__ -#define __COMPATIBLE_H__ - -// ********** public definitions ********** - -/** - * @addtogroup Compatibility - * @{ - */ - -#define SW_COMPATIBILITY_REV 1 ///< Compatibility revision for all system software stacks. -#define MIN_HD_FPGA_MAJOR 0 ///< Minimum HD FPGA major revision to be compatible with this version of HD firmware. -#define MIN_HD_FPGA_MINOR 13 ///< Minimum HD FPGA minor revision to be compatible with this version of HD firmware. - -#define MIN_DG_FPGA_MAJOR 0 ///< Minimum DG FPGA major revision to be compatible with this version of DG firmware. -#define MIN_DG_FPGA_MINOR 2 ///< Minimum DG FPGA minor revision to be compatible with this version of DG firmware. +#ifndef __COMPATIBLE_H__ +#define __COMPATIBLE_H__ -/**@}*/ - -#endif +// ********** public definitions ********** + +/** + * @addtogroup Compatibility + * @{ + */ + +#define SW_COMPATIBILITY_REV 10 ///< Compatibility revision for all system software stacks (HD and DG and UI). +#define HD_FPGA_COMPATIBILITY_REV 1 ///< Compatibility revision for HD firmware with HD FPGA. +#define DG_FPGA_COMPATIBILITY_REV 2 ///< Compatibility revision for DG firmware with DG FPGA. + +/**@}*/ + +#endif