= Subversion Repository = All the cores that are developed at Rice are available as a download from our Subversion repository. This includes the [wiki:PHY OFDM] model, custom [wiki:MAC MAC] layers, [wiki:WARPLab 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:warpRepository1.png, align=center)]] 1. Enter "http://warp.rice.edu/svn/WARP" into the field for the URL of the repository.[[BR]] [[Image(GettingStarted/Images:warpRepository2.png, 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 and run the following. {{{ addpath "C:\WARP_Repository\ResearchApps\PHY\WARPLAB\WARPLab_MIMO2x2_MIMO4x4\M_Code_Source" savepath rehash toolboxcache rehash toolbox clear all functions }}}