aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extrel/ti/ivahd_codecs/packages/ti/sdo/codecs/hdvicp20api/HDVICP20API.xdc')
-rw-r--r--extrel/ti/ivahd_codecs/packages/ti/sdo/codecs/hdvicp20api/HDVICP20API.xdc29
1 files changed, 29 insertions, 0 deletions
diff --git a/extrel/ti/ivahd_codecs/packages/ti/sdo/codecs/hdvicp20api/HDVICP20API.xdc b/extrel/ti/ivahd_codecs/packages/ti/sdo/codecs/hdvicp20api/HDVICP20API.xdc
new file mode 100644
index 0000000..f655640
--- /dev/null
+++ b/extrel/ti/ivahd_codecs/packages/ti/sdo/codecs/hdvicp20api/HDVICP20API.xdc
@@ -0,0 +1,29 @@
1/*!
2 * ======== HDVICP20API ========
3 */
4
5metaonly module HDVICP20API
6{
7 /*!
8 * ======== watermark ========
9 * This config param allows the user to indicate whether to include
10 * a watermark or not.
11 */
12 config Bool watermark = false;
13
14 /*!
15 * ======== Code Section ========
16 */
17 config String codeSection;
18
19 /*!
20 * ======== Uninitialized Data Section ========
21 */
22 config String udataSection;
23
24 /*!
25 * ======== Initialized Data Section ========
26 */
27 config String dataSection;
28
29}