1,575
edits
Changes
no edit summary
a.) Rename 'lvds_example.c' to 'XYZ_radar.c'<br />
b.) Open 'makefile' and modify section 2. to read
<br />
4.) Navigate to XYZ_radar/simulation<br />
a.) Rename 'iope_lvds_example.vhd' to 'iope0_XYZ_radar.vhd'<br />
b.) Open the newly renamed 'iope0_XYZ_radar.vhd' and rename the architecture. The new architecture start and end lines should look something like this
c.) Go ahead and change the comments at the top of the VHDL file as well.<br />
<br />
c.) Rename 'iope_lvds_example.ucf' to 'XYZ_radar.ucf'<br />
d.) Open the newly renamed 'XYZ_radar.prj' file and change the 1st line to point to iope0_XYZ_radar.vhd<br />
NOTE: If you have moved your project you will need to modify the reference to iope.vhd as well. See [[How to move a WILDSTAR4 project]] for details.<br />
e.) Open the newly renamed 'XYZ_radar.scr' and change the references from iope_lvds_example to iope0_XYZ_radar. Lines 9-17 should look like the following
f.) 'XYZ_radar.ucf' does not require any internal modification for renaming. However you will want to modify it if you extend the functionality of some WILDSTAR4 code.<br />
g.) Open 'makefile' and change line 11 to read
<br />
<br />
[[Category:WILDSTAR4]]