Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated Documentation for tutorial/practicals/generic/2_profiling/README.md #2887

Open
berrli opened this issue Feb 7, 2025 · 0 comments
Open

Comments

@berrli
Copy link

berrli commented Feb 7, 2025

Within the 'Using Profiling with PSyclone - Tutorial 2' README.md file one of the sections mentioned that compiling the 'dl_timer' profiler can be achieved with the following code:

git clone https://bitbucket.org/apeg/dl_timer.git
cd dl_timer
. compiler_setup/gnu.sh
make sm_lib

However, it would appear that the referenced .sh file has been renamed to gnu_setup.sh. As such, this step within the tutorial should read:

git clone https://bitbucket.org/apeg/dl_timer.git
cd dl_timer
. compiler_setup/gnu_setup.sh
make sm_lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant