Changes between Initial Version and Version 1 of howto/XPS_to_PlanAhead


Ignore:
Timestamp:
Mar 4, 2014, 8:18:48 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/XPS_to_PlanAhead

    v1 v1  
     1= XPS to PlanAhead Project Conversion =
     2
     3The following process describes how to create a PlanAhead project from an existing XPS project. This process has been tested in ISE 14.4 and 14.7. It is likely that this flow is different or broken in earlier versions of the Xilinx tools.
     4
     5== Overview ==
     6The steps below use a few placeholder names:
     7 * '''<xps_proj_root>''': root of your existing XPS project. This is the folder containing your {{{system.xmp}}} and {{{system.mhs}}} files.
     8 * '''<pa_proj_diir>''': root of your new PlanAhead project. This folder should be empty before creating the PlanAhead project.
     9 * '''PA_PROJ''': name of your new PlanAhead project
     10
     11== Creating the PlanAhead Project ==
     12 1. Launch Xilinx PlanAhead
     13 1. Select '''Create New Project''', click Next
     14 1. Enter your choice of project name. We'll refer to this as '''PA_PROJ''' below
     15 1. Enter a project location. We'll refer to this as '''<pa_proj_diir>''' below
     16 1. Click Next
     17 1. Select '''RTL Project''' and check '''Do not specify sources at this time'''
     18 1. Click Next, then select your FPGA device ('''xc6vlx240tff1156-2''' for WARP v3 projects)
     19 1. Click Next then Finish
     20
     21You should now see the PlanAhead workspace.
     22
     23== Creating the PlanAhead XPS Source ==
     24 1. Start in the PlanAhead workspace and find the '''Sources''' tab, probably in the upper-left of the Project Manager sub-pane.
     25 1. Right-click and select '''Add Sources'''
     26 1. Select '''Add or Create Embedded Sources''' then click Next
     27 1. Click Create Sub-Design
     28 1. Enter a top-level module name. We'll use '''xps_top''' here.
     29 1. Click Ok, then Finish
     30 1. XPS will launch on top of the PlanAhead workspace. You should see a dialog box asking: "This project appears to be a blank project. Do you want to create a Base System using the BSB Wizard?". Click '''No'''
     31 1.