We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Patmos simulator pasim hangs when attempting to start a core thread via corethread_create().
pasim
corethread_create()
Steps to reproduce:
$ cat test.c #include "libcorethread/corethread.h" void work(void* arg) { } int main() { corethread_create(1, &work, NULL); return 0; } $ patmos-clang test.c libcorethread/corethread.c $ pasim -N 2 a.out ^C
Note: the last command does not terminate and needs to be aborted.
The text was updated successfully, but these errors were encountered:
Since this is an issue with pasim, I'm moving it to the simulator's repo.
Sorry, something went wrong.
No branches or pull requests
The Patmos simulator
pasim
hangs when attempting to start a core thread viacorethread_create()
.Steps to reproduce:
Note: the last command does not terminate and needs to be aborted.
The text was updated successfully, but these errors were encountered: