SoC ハードウェア・ライブラリー (HWLIB) は、SoC クアッド・シリアル・ペリフェラル・インターフェイス (SPI) コントローラーを設定および制御します。QSPI HWLIB のソースは、/ip/altera/hps/altera_hps/hwlib/include/alt_qspi.h ファイルにあります。alt_qspi.h ファイルには次のコメントが含まれています。
* 1. Qspi Direct Access Mode is not working!
*
* This is because the qspi flash memory installed on our DevKit board, Micro
* part N25Q00xx, 8 Gb, is not completely compatible with our embedded Synopsis
* QSPI controller IP. Therefore there is no viable direct access code offered
* in the lib. All the memory rea/write functionality is offered with indirect
* access only.
*
* Should you install a different flash memory part in your custom board, and
* wondering wether direct access mode works, please contact with us.
******************************************************************************/
この記述は、マルチダイの実装では、コントローラーが現時点ではサポートされていない追加のステータス・フラグ・コマンドを読む必要があることをユーザーに警告します。
この問題は、Altera SoC エンベデッド・デザイン・スイートの今後のバージョンで修正される予定です。