Hi, I am new to HDL Coder. I am attempting to implement a design that has a bus going through a delay block.
I am recieving the error, "... dekay' is a bus expansion subsystem block, which is unsupported."
How should I resolve this issue? is there a more appropriate delay block?

 채택된 답변

Tim McBrayer
Tim McBrayer 2014년 5월 15일

0 개 추천

The good news: this construction is fully supported in R2014a, where HDL Coder has had substantial improvements in its bus support. Prior to R2014a the bus support in HDL Coder was limited and could not support a bus going through a unit delay block.
The only way to do this prior to 14a is to model the delay without buses. This essentially means:
  1. Breaking the bus into into its component elements with a Bus Selector block
  2. Running each bus element through the appropriate delay block
  3. Combining the delayed version of each bus element back into a bus with a Bus Creator block

댓글 수: 1

Thanks for your quick response. One question, how does the 2013 approach synthesize? I would assume that it would not optimize to a buffer.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by