/************************************************************************** * * Copyright (c) 2021-2025 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) Dara Navaei * @date (last) 16-Jun-2025 * * @author (original) Sean Nash * @date (original) 06-May-2021 * ***************************************************************************/ #ifndef __COMPATIBLE_H__ #define __COMPATIBLE_H__ // ********** public definitions ********** /** * @addtogroup Compatibility * @{ */ #define SW_COMPATIBILITY_REV 19 ///< 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 3 ///< Compatibility revision for DG firmware with DG FPGA. /**@}*/ #endif