When you use ALTDQ_DQS2 with ALTOCT for Stratix V in Quartus® II 12.0, you may get the following fitter errors:
エラー (174051: 双方向 I/O「read_write_data_io [0]」は並列終端を使用しますが、動的終端制御は接続されていません
この問題を回避するには、次の RTL を変更してください。
1. Add fr_clock_in,oct_ena_in to the top level. Make sure they are connected from altdq_dqs2_stratixv.sv to the top level.
2. Make the width of oct_ena_in match in the IP file and top level file. Change its width if required.