Feeds
已回答
Define which loops are streamed in HDL coder
Hi Roland, Yes, this is possible by using Coder pragmas. By using the coder.hdl.loopspec() pragma, you can control which loo...
Define which loops are streamed in HDL coder
Hi Roland, Yes, this is possible by using Coder pragmas. By using the coder.hdl.loopspec() pragma, you can control which loo...
8 years 前 | 1
| 已接受
已回答
How to get you loop streaming to work in HDL coder for an update law of the form x[k+1] = A*x[k] + B*u[k]
Hi Robert, This is because we do not support loop streaming of matrix multiplication -- the A*x_temp operation is inhibiting ...
How to get you loop streaming to work in HDL coder for an update law of the form x[k+1] = A*x[k] + B*u[k]
Hi Robert, This is because we do not support loop streaming of matrix multiplication -- the A*x_temp operation is inhibiting ...
9 years 前 | 0