Community Profile

Chun-Yu

MathWorks

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

7 years ago | 1

| accepted

Answered
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 ...

8 years ago | 0