Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:22:44

0001 /**
0002  * @file
0003  *
0004  * @ingroup RTEMSBSPsARMCycVContrib
0005  */
0006 
0007 /******************************************************************************
0008 *
0009 * Copyright 2013 Altera Corporation. All Rights Reserved.
0010 * 
0011 * Redistribution and use in source and binary forms, with or without
0012 * modification, are permitted provided that the following conditions are met:
0013 * 
0014 * 1. Redistributions of source code must retain the above copyright notice,
0015 * this list of conditions and the following disclaimer.
0016 * 
0017 * 2. Redistributions in binary form must reproduce the above copyright notice,
0018 * this list of conditions and the following disclaimer in the documentation
0019 * and/or other materials provided with the distribution.
0020 * 
0021 * 3. The name of the author may not be used to endorse or promote products
0022 * derived from this software without specific prior written permission.
0023 * 
0024 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR
0025 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
0026 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO
0027 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
0028 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
0029 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
0030 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
0031 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
0032 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
0033 * OF SUCH DAMAGE.
0034 * 
0035 ******************************************************************************/
0036 
0037 #ifndef __ALT_HWLIBS_VER_H__
0038 
0039 /***********************************************************************
0040  *
0041  * Set of macros to provide version information
0042  *
0043  ***********************************************************************/
0044 
0045 /* This is the major revision of the Altera ACDS Release        */
0046 #define ALTERA_ACDS_MAJOR_REV           13
0047 
0048 /* This is the minor revision of the Altera ACDS Release        */
0049 #define ALTERA_ACDS_MINOR_REV            1
0050 
0051 /* This is an internal HwLibs revision/feature control code.    */
0052 /* End-users should NOT depend upon the value of this field     */
0053 #define ALTERA_HWLIBS_REV                0
0054 
0055 /* This is a text string containing the current release and service pack IDs */
0056 #define ALTERA_ACDS_REV_STR             "13.1"
0057 
0058 /* This is a text string containing the current SoC EDS ID      */
0059 #define ALTERA_SOCEDS_REV_STR           "Altera SoC Embedded Design Suite v13.1"
0060 
0061 
0062 #endif   /* __ALT_HWLIBS_VER_H__ */