Fisheye: Tag 16d601eaa2d57e79fe7c8fb4f771535649548848 refers to a dead (removed) revision in file `Compatibility.h'. Fisheye: No comparison available. Pass `N' to diff? Index: Compatible.h =================================================================== diff -u --- Compatible.h (revision 0) +++ Compatible.h (revision 16d601eaa2d57e79fe7c8fb4f771535649548848) @@ -0,0 +1,38 @@ +/************************************************************************** +* +* Copyright (c) 2019-2021 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 Compatibility.h +* +* @author (last) Sean Nash +* @date (last) 06-May-2021 +* +* @author (original) Sean Nash +* @date (original) 06-May-2021 +* +***************************************************************************/ + +#ifndef __COMPATIBILITY_H__ +#define __COMPATIBILITY_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 14 ///< 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. + +/**@}*/ + +#endif