[[TracNav(GettingStarted/WARPv3/TOC)]] = Recommended Tools for WARP v3 = Summary of Recommended Tools: {{{#!th style="background: #eef" Tool Name }}} {{{#!th style="background: #eef" Version }}} {{{#!th style="background: #eef" Link }}} {{{#!th style="background: #eef" Notes }}} |---------------- {{{#!td OS }}} {{{#!td * Windows 7 Professional * Windows XP Professional }}} {{{#!td N/A }}} {{{#!td [#os Notes] }}} |---------------- {{{#!td Xilinx ISE Design Suite }}} {{{#!td 13.4 System Edition }}} {{{#!td [http://www.xilinx.com/support/download/index.htm Link] }}} {{{#!td [#xilinxtools Notes] }}} |---------------- {{{#!td The Mathworks Matlab }}} {{{#!td * 2011a * 2011b }}} {{{#!td [http://www.mathworks.com/downloads/ Link] }}} {{{#!td [#matlab Notes] }}} |---------------- {{{#!td TortoiseSVN }}} {{{#!td (latest) }}} {{{#!td [http://tortoisesvn.net/ Link] }}} {{{#!td [#svnclient Notes] }}} |---------------- {{{#!td PuTTY terminal emulator }}} {{{#!td (latest) }}} {{{#!td [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Link] }}} {{{#!td [#putty Notes] }}} |---------------- {{{#!td Wireshark }}} {{{#!td (latest) }}} {{{#!td [http://www.wireshark.org/ Link] }}} {{{#!td [#wireshark Notes] }}} |---------------- {{{#!td WinDD }}} {{{#!td (latest) }}} {{{#!td [http://sourceforge.net/projects/windd/ Link] }}} {{{#!td [#windd Notes] }}} |---------------- {{{#!td FTDI Drivers }}} {{{#!td (latest) }}} {{{#!td [http://www.ftdichip.com/Drivers/VCP.htm Link] }}} {{{#!td [#ftdi Notes] }}} == Notes == === OS === #os We recommend Windows 7, 64-bit for all WARP development. That said, the Xilinx tools also support: * Red Hat Enterprise 5 Workstation * Red Hat Enterprise 4 Workstation * SUSE Linux Enterprise So, these OS choices should also be okay. However, many of the other tools listed here rely on Windows, so appropriate replacements must be found. === Xilinx Tools === #xilinxtools A full installation of the Xilinx tools (System Edition) is necessary for building custom FPGA designs. An SDK-only installation (with less stringent licensing requirements) is also available and can be used if the user only wants to update software designs. For example, this reduced installation would be appropriate for customizing the MAC behavior of our [wiki:OFDMReferenceDesign OFDM Reference Design]. === Matlab === #matlab Matlab is required for Xilinx System Generator and also for the [wiki:WARPLab WARPLab design flow]. === TortoiseSVN === #svnclient Any SVN client can be used, but we recommend TortoiseSVN if the user is using the Windows operating system. Instructions for downloading the WARP SVN repository are available [wiki:edk_user_repository here]. === PuTTY === #putty PuTTY is used to communicate with the WARP board via UART. Instructions for setting up PuTTY to do this are [wiki:HowTo/SetUpPuTTY here]. === Wireshark === #wireshark Wireshark is a network protocol analyzer. It will show you, at the Ethernet link level, the packets entering and leaving your PC. This can be very useful for debugging interactions between your computer and a WARP node. === WinDD === #windd WinDD is a port of Unix's 'dd' command. [wiki:SDCard SD Card] === FTDI Drivers === #ftdi [wiki:HardwareUsersGuides/WARPv3/UART] [wiki:howto/usb-uart USB UART HOWTO]