Changes between Version 1 and Version 2 of OFDMReferenceDesign/SDK/SDK_Project_Creation


Ignore:
Timestamp:
Aug 22, 2012, 10:52:22 AM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/SDK/SDK_Project_Creation

    v1 v2  
    1515 * Open Xilinx Tools->Repositories and add {{{<xps_proj>}}} as a Local Repository. Unfortunately it will be recorded as an absolute path. This is unavoidable in 13.4.
    1616 * Close SDK
    17  * In the workspace folder ({{{<xps_proj>/SDK/SDK_Workspace}}}) create the folder structure below. If you draw from SVN, make sure to export (not checkout) to avoid .svn metadata folders.
     17 * In the workspace folder ({{{<xps_proj>/SDK/SDK_Workspace}}}) create the folder structure below. If you're prepping a to-be-distributed public project, be sure to svn export (not svn checkout) the source to avoid .svn metadata folders.
    1818{{{
    1919{{{<xps_proj>/SDK/SDK_Workspace}}}/
     
    3535 * Close SDK
    3636 * In XPS, Export Design, and Export & Launch SDK
    37  * SDK will launch; choose {{{<xps_proj>/SDK/SDK_Workspace}}} as you workspace
     37 * SDK will launch; choose {{{<xps_proj>/SDK/SDK_Workspace}}} as your workspace
    3838 * Run File->New Xilinx BSP
    3939    * Give the BSP a useful name (like {{{OFDM_RefDesign_FPGAv2_bsp}}}). For better portability of software projects, avoid encoding any version numbers in the BSP project name.