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

Building matmul single-core with trace enabled leads to intermittent failures #1957

Open
jackl-xilinx opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jackl-xilinx
Copy link
Collaborator

Building and running the matrix multiplication design with trace enabled and running it will lead to inconsistent behavior where multiple run will sometimes pass and sometimes fail. This doesn't seem to happen in the non-trace option and seems to be true whether peano or chess is used as the compiler. You can test this via:

cd programming_examples/basic/matrix_multiplication/single_core
make trace

or
make -f Makefile.chess trace

Call the above multiple times (as it only builds it once) to see if pass or fail (and only generate a trace.txt when it passes)

@jackl-xilinx jackl-xilinx added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant