1,575
edits
Changes
no edit summary
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
architecture XYZ_radar of iope is . . . end architecture XYZ_radar;
c.) Go ahead and change the comments at the top of the VHDL file as well.<br />
<br />