How to move a WILDSTAR4 project

From steamWiki
Revision as of 12:30, 21 May 2010 by Sean (talk | contribs) (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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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")