= 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]][[BR]] [[Image(GettingStarted/Images:warpRepository1.png, align=center)]][[BR]][[BR]] 1. Enter "http://warp.rice.edu/svn/WARP" into the field for the URL of the repository.[[BR]][[BR]] [[Image(GettingStarted/Images:warpRepository2.png, align=center)]][[BR]][[BR]] 1. Click OK. This may take several minutes for all the files to transfer. At this point you have the entire repository available locally. You can update the repository at anytime by right-clicking ''C:\WARP_Repository'' and from the Subversion menu choosing ''Update''. This will download the latest changes to your computer. 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''. For MATLAB to recognize the WARPLab toolbox: 1. Launch MATLAB and run the following. {{{ addpath 'C:\WARP_Repository\ResearchApps\PHY\WARPLAB\WARPLab_v06_1\M_Code_Reference' addpath 'C:\WARP_Repository\PlatformSupport\WARP_Toolbox\WARP Blockset' savepath rehash toolboxcache rehash toolbox clear all functions }}}