]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blob - file_demo/am572x/Version.xdc
audio-preprocessing-fw: workaround for the aerlib and volib bug for C674
[processor-sdk/audio-preprocessing.git] / file_demo / am572x / Version.xdc
1 /*
2  *  DO NOT MODIFY THIS FILE
3  *  This file is generated by this package's build script (package.bld).
4  */
5 /*!
6  *  ======== Version ========
7  *  Version for the ti.mas.vpe package
8  */
9 metaonly module Version inherits ti.mas.swtools.IVersion2 {
11     /*
12      *  ======== MAJOR ========
13      *  Major version number of ti.mas.vpe
14      */
15     override const UInt16 MAJOR = 3;
17     /*
18      *  ======== MINOR ========
19      *  Minor version number of ti.mas.vpe
20      */
21     override const UInt16 MINOR = 6;
23     /*
24      *  ======== PATCH ========
25      *  Patch level of ti.mas.vpe
26      */
27     override const UInt16 PATCH = 0;
28     
29     /*
30      *  ======== BUILD ========
31      *  Build Number of ti.mas.vpe
32      */
33     const UInt16 BUILD = 0;
34     
35     /*
36      *  ======== QUALITY ========
37      *  Quality level of ti.mas.vpe
38      */
39     override const UInt16 QUALITY = 3;
41     /*
42      *  ======== BTYPE ========
43      *  Built type of ti.mas.vpe
44      */
45     override const UInt16 BTYPE = 0;
47   /*
48      *  ======== WIDTH ========
49      *  Minimum print width for ti.mas.vpe
50      */
51     override const UInt16 WIDTH = 0;
53   /*
54      *  ======== PACKAGING STD COMPLIANCE ========
55      *  Packaging Standard Compliance field
56      */
57     const UInt16 PKGSTD = 2;    
58     
59 }