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
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
The text was updated successfully, but these errors were encountered:
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:
However, it would appear that the referenced
.sh
file has been renamed tognu_setup.sh
. As such, this step within the tutorial should read:The text was updated successfully, but these errors were encountered: