1,575
edits
Changes
no edit summary
2.) Check that the correct part type has been selected in synthesis/<pe>/xst/makefile<br /><br />
3.) Ensure that the correct part type is listed in synthesis/<pe>/xst/<project name>.scr. Something like
<br />
4.) If you have moved your project from the example folder, go follow the instructions in [[How to move a WILDSTAR4 project]]<br /><br />
5.) Open a cygwin bash shell and navigate to synthesis/<pe>/xst<br /><br />
6.) Run the following command to clean the xst folder (this must be done before each successive build)
<br />
7.) Run the following command to synthesize your design
<br />
8.) Run the following command to run Place & Route, Map, Generate bit files, etc
NOTE: If you get an error about peutil.exe not being found and no .x86 file is generated you must follow the instructions in [[How to move a WILDSTAR4 project]]. Alternatively you may run peutil.exe directly from the annapolis/wildstar4/bin directory.<br />
<br />