cfa, enhance: Add updates on example/index.html
Added code changes on - cfa/examples/index.html - enhance/examples/index.html Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
This commit is contained in:
parent
31d5d373fe
commit
8170d468e0
3 changed files with 7 additions and 6 deletions
|
@ -36,6 +36,7 @@ BEGIN driver cfa
|
|||
OPTION supported_peripherals = (v_cfa);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION VERSION = 7.0;
|
||||
OPTION NAME = cfa;
|
||||
|
||||
END driver
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<h1> Example Applications for the driver cfa_v6_0 </h1>
|
||||
<h1> Example Applications for the driver cfa_v7_0 </h1>
|
||||
<HR>
|
||||
<ul>
|
||||
<li>example.c <a href="example.c">(source)</a> </li>
|
||||
<li>cfa_selftest_example.c <a href="cfa_selftest_example.c">(source)</a> </li>
|
||||
</ul>
|
||||
<p><font face="Times New Roman" color="#800000">Copyright © 1995-2014 Xilinx, Inc. All rights reserved.</font></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<h1> Example Applications for the driver enhance_v6_0</h1>
|
||||
<h1> Example Applications for the driver enhance_v7_0</h1>
|
||||
<HR>
|
||||
<ul>
|
||||
<li>example.c <a href="example.c">(source)</a> </li>
|
||||
<li>enhance_selftest_example.c <a href="enhance_selftest_example.c">(source)</a> </li>
|
||||
</ul>
|
||||
<p><font face="Times New Roman" color="#800000">Copyright © 1995-2014 Xilinx, Inc. All rights reserved.</font></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue