source: Documentation/Tutorials/Custom_Peripherals/html/sections/Requirements.html

Last change on this file was 1079, checked in by murphpo, 16 years ago

minor updates to custom periph tutorial

  • Property svn:mime-type set to text/html
File size: 2.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5    <meta name="generator" content="ScreenSteps http://www.screensteps.com/" />
6    <title>Requirements</title>
7    <link href="../neutral.css" media="screen" rel="stylesheet" type="text/css" />
8</head>
9
10<body class="lucida">
11    <div id="wrapper">     
12        <div id="header">
13            <a id="logo" href="http://warp.rice.edu/trac/"><img src="http://warp.rice.edu/images/warpLogo.jpg" alt="Rice University WARP - Wireless Open-Access Research Platform" height="45" width="285" /></a>
14        </div>
15    <div id="mainnav" class="nav">
16        <ul>
17            <li class="first active"><a href="/trac/wiki">Home</a></li><li><a href="/forums">Forums</a></li><li><a href="/trac/browser">Browse Source</a></li>
18        </ul>
19    </div>
20        <div id="LessonContent">
21            <div class="LessonHeader">
22                <h1 class="LessonTitle">Requirements</h1>
23            </div>
24                <div class="summary">
25        <p>All the software requirements for this tutorial are described here.</p>
26    </div>
27           
28                <div id="step_1" class="lessonStep top">
29            <h2 class="StepTitle">Software Requirements</h2>
30         <p>This tutorial does not require any hardware. The design is validated in simulation using the tools.</p>
31
32
33<p>The following tools must be installed on your computer:<br />
34  - MATLAB 2007a or later<br />
35  - Xilinx ISE 10.1.02 or later<br />
36  - Xilinx System Generator 10.1.2 or later</p>
37    </div>
38    <div class="clear"></div>
39    <div id="step_2" class="lessonStep top">
40            <h2 class="StepTitle">Setup</h2>
41         <p>Download and install the WARP Repository to your MATLAB installation. The instructions are available at http://warp.rice.edu/trac.</p>
42    </div>
43    <div class="clear"></div>
44
45        </div>
46        <div id="lessonNavigation">
47            <table>
48                <tr>
49                    <td class="lessonNav_Left"><a href="Overview.html">&lt;&lt; Overview</a></td>
50                    <td class="lessonNav_TOC"><a href="../Custom_Peripherals.html">Top</a></td>
51                    <td class="lessonNav_Right"><a href="Creating_the_Model.html">Creating the Model &gt;&gt;</a> </td>
52                </tr>
53            </table>
54        </div>
55    </div> 
56</body>
57</html>
Note: See TracBrowser for help on using the repository browser.