Arria 10におけるプロトコル経由のCvP初期化およびパーシャル・リコンフィギュレーション ユーザーガイド

ID 683871
日付 5/02/2016
Public
ドキュメント目次

3.5.2. Linux システムへのJungo WinDriver のインストール

  1. <Quartus Prime installation path>/quartus/drivers/wdrvr/linux<32 or 64> へ移動します。
  2. 次のコマンドを実行します。
    1. ./configure --disable-usb-support
    2. make
    3. su
    4. make install
  3. デバイスファイルへのアクセス権限は変更可能です。例:chmod 666 /dev/windrvr6
  4. 64 ビットのLinux システムの場合、quartus_cvp を実行する前に以下のコマンドを使用してQuartus_64BIT 環境変数を設定します。
    • export QUARTUS_64BIT=1
  5. quartus_cvp コマンドを使用することでFPGA に*core .rbf ファイルをダウンロードできます。以下の表は、すべてのモードに対するquartus_cvp コマンドを示しています。
    表 5.  quartus_cvp コマンドのシンタックス
    モード quartus_cvp コマンド
    非圧縮 quartus_cvp --vid=<Vendor ID> --did=<Device ID> <Core .rbf file path>
    暗号化なし
    圧縮 quartus_cvp -c --vid=<Vendor ID> --did=<Device ID> <Core .rbf file path>
    暗号化あり quartus_cvp -e --vid=<Vendor ID> --did=<Device ID> <Core .rbf file path>
    圧縮および暗号化された quartus_cvp -c -e --vid=<Vendor ID> --did=<Device ID> <Core .rbf file path>