= Subversion Repository = All the cores that are developed at Rice are available as a download from our Subversion repository. This includes the OFDM model, custom MAC layers, WARPLab toolbox and the repository for EDK. 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). 1. Create the folder ''C:\WARP_Repository''. 1. Right-click in the empty folder, and click "SVN Checkout."[[BR]] [[Image(GettingStarted/Images:userRepo_stage1.jpg, align=center)]] 1. Enter "http://warp.rice.edu/svn/WARP" into the field for the URL of the repository.[[BR]] [[Image(GettingStarted/Images:userRepo_stage2.jpg, align=center)]] 1. Click OK. This may take several minutes for all the files to transfer. At this point you have the entire repository available locally. For EDK to recognize the custom cores: 1. Launch EDK and go to Edit->Preferences. In the Application Preferences section, set the Global Peripheral Repository to be ''C:\WARP_Repository\edk_user_repository''. 1. Also, if using 9.1 tools install [wiki:FAQ/PlatformSupportPackages#HowdoIinstallsysgen2opb sysgen2opb] and [wiki:OPBExportTool OPB Export Tool]. For MATLAB to recognize the WARPLab toolbox: 1. Launch MATLAB. 1. Type 'addpath "C:\WARP_Repository\ResearchApps\PHY\WARPLAB\WARPLab_MIMO2x2_MIMO4x4\M_Code_Source"' on the command line. 1. And then execute 'savepath'. This will ensure that the toolbox is added to the MATLAB path permanently.