Changes

Jump to: navigation, search

How to move a WILDSTAR4 project

113 bytes added, 18:16, 21 May 2010
no edit summary
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 /><br />
You may also want to reference the article on [[How to add VHDL files to a WILDSTAR4 project]]
<br /><br />
If you need to learn how to simply build your VHDL project see the article on [[How to build a WILDSTAR4 VHDL design]]
----
<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 "<br /> -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