Changes between Version 2 and Version 3 of Tools


Ignore:
Timestamp:
Aug 19, 2008, 9:36:19 AM (16 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools

    v2 v3  
    99=== ISE, EDK, Chipscope ===
    1010
    11      1) Install the programs into directories without spaces (e.g. ''c:\Xilinx\ISE''). Note: Installing to a directory whose name does not contain the version number will make it easier to switch between versions in the future.
     11 1. Install the programs into directories without spaces (e.g. ''c:\Xilinx\ISE''). Note: Installing to a directory whose name does not contain the version number will make it easier to switch between versions in the future.
     12 1. Install any available service packs for each program
     13 1. Install any IP updates for each program
    1214
    13      2) Install any available service packs for each program
     15=== MATLAB ===
    1416
    15      3) Install any IP updates for each program
    16 
    17 
    18 === Matlab ===
    19 
    20      1) Install into directory without spaces (e.g. ''c:\Matlab\'')
    21    
     17 1. Install into directory without spaces (e.g. ''c:\Matlab\'')
    2218
    2319=== System Generator ===
    2420
    25       1) Only install System Generator after installing Matlab. During the installation process, it should see your existing installation of Matlab and integrate with it.
     21 1. Only install System Generator after installing Matlab. During the installation process, it should see your existing installation of Matlab and integrate with it.
    2622
     23== Platform Support Packages ==
    2724
     25All the cores that are developed at Rice are available as a download from our Subversion repository. This includes the WARP Kits working with Xilinx tools by default.
     26
     27 1. Acquire [http://tortoisesvn.tigris.org/ TortoiseSVN] (or an SVN client of your choosing, but be aware the directions stated here will be specifically for TortoiseSVN).
     28 1. For 9.1 version of Xilinx tools and create the folder ''c:\edk_user_Repository''. For 10.1 version of the tools this folder can be located anywhere but again without spaces.
     29 1. Right-click in the empty folder, and click "SVN Checkout."
     30[[Image(GettingStarted/Images:userRepo_stage1.jpg, align=center)]]
     31 1. Enter "http://warp.rice.edu/svn/WARP/edk_user_repository" into the field for the URL of the repository.
     32[[Image(GettingStarted/Images:userRepo_stage2.jpg, align=center)]]
     33 1. Click OK. This may take several minutes for all the files to transfer.