AR# 38608: 12.2 System Generator: Black Box outputs must be delayed for simulation to run with combinational feedback error
AR# 38608
|
12.2 System Generator : 組み合わせフィードバック エラーが発生しブラック ボックスの出力をシミュレーション実行のための遅延させる必要がある
説明
System Generator デザインに VHDL ブラック ボックスを含めてシミュレーションを実行すると、次のエラー メッセージが表示される場合があります。
Sysgen cannot simulate designs with combinational feedback
Reported by: Unspecified
System Generator 用にブラック ボックスを生成する場合、デフォルトで xxxx_config.m ファイルが組み合わせロジックとしてタグ付けされます。タグはコンフィギュレーション M にあります。
% System Generator has to assume that your entity has a combinational feed through; % if itdoesn't, then comment out the following line: this_block.tagAsCombinational;