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

Test Manycore Alignment weirdness #713

Open
sripathi-muralitharan opened this issue Apr 7, 2021 · 0 comments
Open

Test Manycore Alignment weirdness #713

sripathi-muralitharan opened this issue Apr 7, 2021 · 0 comments

Comments

@sripathi-muralitharan
Copy link
Contributor

sripathi-muralitharan commented Apr 7, 2021

The manycore alignment library test calls the hb_mc_manycore_write* functions and passes in a pointer (when the function expects a non-pointer). These functions in turn call the hb_mc_manycore_write function which expects a void pointer and an addressed in passed in as well. This seems like passing a pointer to a pointer.

The weirdness happens when the test passes as it is right now and even after changing the hb_mc_manycore_write32 function to pass a variable instead of a pointer.

Tests were run on a fork off the bigblade branch - https://github.com/sripathi-muralitharan/bsg_replicant/tree/bigblade-hammerparrot

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