Changes

Jump to: navigation, search

How to move a WILDSTAR4 project

1,105 bytes added, 17:30, 21 May 2010
Created page with 'This guide will show you how to move a WILDSTAR4 Design out of the annapolis/wildstar4/examples/ folder. This can be useful when you have your own directory structure for a proj…'
This guide will show you how to move a WILDSTAR4 Design out of the annapolis/wildstar4/examples/ folder. This can be useful when you have your own directory structure for a project you are working on and would like the WILDSTAR4 Design to be located within that project directory structure.
<br />
You may also want to reference the article on [[How to add VHDL files to a ]]
<br /><br />
----
<br />
1.) Edit line 2 of synthesis/<pe>/xst/<project_name>.scr to point to an absolute address instead of a relative address<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(nominally "-ifn C:/annapolis/wildstar4/scripts/wildstar4_xst.prj")<br /><br />
2.) Edit the last line of synthesis/<pe>/xst/<project_name>.prj to point to an absolute address instead of a relative address<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(nominally "vhdl WILDSTAR4_LIBRARY C:/annapolis/wildstar4/vhdl/pe/cpe.vhd")<br /><br />
3.) Modify line 80 of annapolis/wildstar4/scripts/wildstar4_xst.mk to contain an fully qualified path to peutil.exe<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(nominally "C:/annapolis/wildstar4/bin/peutil.exe $< $@ -s")<br />

Navigation menu