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
hi, I noticed a couple of small issues with the RoSE project's README file. These seem to be minor inconsistencies in the documentation that could cause some confusion for users trying to follow the setup instructions. I wanted to suggest the following updates to ensure the documentation is as clear as possible.
The command source deploy/setup.sh [AIRSIM IP] should be updated to cd deploy && source setup.sh [AIRSIM IP] for correct directory context.
Alternatively, update ROSE_DIR in setup.sh to avoid manual changes.
The command bash soc/buildbitstreams.sh should be corrected to bash soc/scripts/buildbitstreams.sh to match the current file structure.
Best regards. Thanks for your time.
The text was updated successfully, but these errors were encountered:
hi, I noticed a couple of small issues with the RoSE project's README file. These seem to be minor inconsistencies in the documentation that could cause some confusion for users trying to follow the setup instructions. I wanted to suggest the following updates to ensure the documentation is as clear as possible.
The command
source deploy/setup.sh [AIRSIM IP]
should be updated tocd deploy && source setup.sh [AIRSIM IP]
for correct directory context.ROSE_DIR
insetup.sh
to avoid manual changes.The command
bash soc/buildbitstreams.sh
should be corrected tobash soc/scripts/buildbitstreams.sh
to match the current file structure.Best regards. Thanks for your time.
The text was updated successfully, but these errors were encountered: