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
snrt_dma_memset
The snrt_memset function in alloc.h:
snrt_memset
alloc.h
snitch_cluster/sw/snRuntime/src/alloc.h
Lines 98 to 103 in 1b9da15
And the snrt_dma_memset function in dma.h are to some extent redundant:
dma.h
snitch_cluster/sw/snRuntime/src/dma.h
Lines 389 to 408 in 1b9da15
Merge them and also handle specific case of a memset to zero by taking advantage of the cluster's zero memory. See the following as an example:
snitch_cluster/sw/snRuntime/src/start.c
Lines 40 to 41 in 1b9da15
The text was updated successfully, but these errors were encountered:
colluca
No branches or pull requests
The
snrt_memset
function inalloc.h
:snitch_cluster/sw/snRuntime/src/alloc.h
Lines 98 to 103 in 1b9da15
And the
snrt_dma_memset
function indma.h
are to some extent redundant:snitch_cluster/sw/snRuntime/src/dma.h
Lines 389 to 408 in 1b9da15
Merge them and also handle specific case of a memset to zero by taking advantage of the cluster's zero memory. See the following as an example:
snitch_cluster/sw/snRuntime/src/start.c
Lines 40 to 41 in 1b9da15
The text was updated successfully, but these errors were encountered: