フィルターのクリア

Error in HDL code generation?

2 ビュー (過去 30 日間)
Ravi
Ravi 2013 年 12 月 26 日
編集済み: Tim McBrayer 2013 年 12 月 30 日
I have a digital PLL model In that i have na state flow model with simple code. when i click configuration parameters-> HDL Code Generation and select verilog option. Then if click Generate Code then the error is "a stateflow chart may have at most one input event for HDL code generation". So how to solve this error.

回答 (1 件)

Tim McBrayer
Tim McBrayer 2013 年 12 月 30 日
編集済み: Tim McBrayer 2013 年 12 月 30 日
HDL Coder's Stateflow support can only support a single input event to a given chart. If a chart has multiple input events, you will need to implement the semantic for multiple events outside the chart. For some designs you may be able to simply logical-or the external input event signals together. Other designs will require more redesign.

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by