Difference between revisions of "How to move a WILDSTAR4 project"
(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…') |
(No difference)
|
Revision as of 12:30, 21 May 2010
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.
You may also want to reference the article on How to add VHDL files to a
1.) Edit line 2 of synthesis/<pe>/xst/<project_name>.scr to point to an absolute address instead of a relative address
(nominally "-ifn C:/annapolis/wildstar4/scripts/wildstar4_xst.prj")
2.) Edit the last line of synthesis/<pe>/xst/<project_name>.prj to point to an absolute address instead of a relative address
(nominally "vhdl WILDSTAR4_LIBRARY C:/annapolis/wildstar4/vhdl/pe/cpe.vhd")
3.) Modify line 80 of annapolis/wildstar4/scripts/wildstar4_xst.mk to contain an fully qualified path to peutil.exe
(nominally "C:/annapolis/wildstar4/bin/peutil.exe $< $@ -s")