Using HDL Coder, how can I do partial streaming of a MATLAB loop?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 9 Ott 2018
Modificato: MathWorks Support Team
il 29 Feb 2024
I'm running the following command in MATLAB R2018 to access the documentation on HDL Coder
web(fullfile(docroot, 'hdlcoder/ug/loop-optimization-1.html'))
The documentation page mentions that one can partially stream a loop using HDL Coder. How can I do this?
Please follow the below link to search for the required information regarding the current release:
Risposta accettata
MathWorks Support Team
il 18 Gen 2024
Modificato: MathWorks Support Team
il 29 Feb 2024
Partial streaming of a loop can be done by providing the optional second "streaming factor" argument. If it is not specified, then it takes a value equal to the number of iterations of the loop i.e. fully streamed:
coder.hdl.loopspec('stream', 2)
0 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!