You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README files in xc7/Example-Projects need to be updated to add instructions for removing the generated files produced during the build process.
Add the below lines in README file in counter_test :
To remove the compiled or generated files produced during the build process, depending on your hardware, run:
cd ..
TARGET="arty_35" make clean -C counter_test/
Similarly, README files of other example-projects can be updated.
The text was updated successfully, but these errors were encountered:
The README files in xc7/Example-Projects need to be updated to add instructions for removing the generated files produced during the build process.
To remove the compiled or generated files produced during the build process, depending on your hardware, run:
cd ..
TARGET="arty_35" make clean -C counter_test/
The text was updated successfully, but these errors were encountered: