Quartus® II ソフトウェア・バージョン 11.0 および 11.0SP1 でALTFP_SINCOS Megacore を使用してサイン関数を実装すると、この問題が発生する場合があります。
この問題を回避するには、.vhd ファイルの 22850 行目を次のように変更してください。
以下から変更:
wire_mantissanorm_add_datab <= (「00000000000000000000000000000000」) & mantissanormnode_w(12));
次に変更します。
wire_mantissanorm_add_datab <= ("00000000000000000000000000000" &mantissanormnode_w(11));