インテルのみ表示可能 — GUID: wvm1522292045617
Ixiasoft
4.1. ステップ1 : デベロッパー: ペリフェラル再利用コア・パーティションの作成とLogic Lock領域の定義
4.2. ステップ2 : ルート・パーティションでのSLD JTAG Bridge Agentの生成とインスタンス化
4.3. ステップ3:SLD JTAG Bridge Hostの生成とインスタンス化
4.4. ステップ4 : Signal TapのHDLインスタンスの生成
4.5. ステップ5 : ルート・パーティションのコンパイルとエクスポート、およびコンシューマー・プロジェクトへのファイルのコピー
4.6. ステップ6 : デバイスのプログラミングとハードウェアの検証
4.7. ステップ7 : ルート・パーティション用のSignal Tapファイルの生成
4.8. ステップ8 : Signal Tapによるハードウェアの検証
インテルのみ表示可能 — GUID: wvm1522292045617
Ixiasoft
2.2. ステップ2 : Partition Boundary Portの作成
Partition Boundary Portによって信号が親パーティションから見えるようになります。
- インテル® Quartus® Prime開発ソフトウェアでAssignments > Assignment Editorをクリックします。
- Assignment Editorウィンドウの下部の<<new>>となっている行に移動します。
- To列をダブルクリックし、次にNode Finderボタン
をクリックしてNode Finderを開きます。
- Node FinderウィンドウでNamedセクションに * を入力し、Filterを Signal Tap: pre-synthesisに設定してSearchをクリックします。
Matching Nodesリストに検索条件に一致する信号が表示されます。
- Matching Nodesリストでu_blinking_led_top|u_counter|count_intを展開します。
- count_int[0]、 count_int[1]、count_int[2]、およびcount_int [24]を選択し、>をクリックしてNodes Foundリストに移動します。OKをクリックしないでください。
- Matching Nodesリストでu_blinking_led_topを展開し、valueを選択します。> をクリックしてください。
- OKをクリックしてNode Finderを閉じます。
- Assignment Editorウィンドウで、各ノードについて残りの列の情報を入力します。
たとえばノードu_blinking_led_top|u_blinking_led|valueの場合、 Assignment NameをダブルクリックしてCreate Partition Boundary Portsを選択します 。 valueをダブルクリックしてポート名 db_valueを指定します。残りの列はデフォルトのままにします。
- File > Saveをクリックして変更を保存します。
- 必要に応じて a10_pcie_devkit_design_block_reuse_stp/Core_Partition_Reuse/Developer にある top.qsf ファイルのアサインメントを確認します。ファイルで次のアサインメントを確認します。
set_instance_assignment -name CREATE_PARTITION_BOUNDARY_PORTS db_count_1 \ -to u_blinking_led_top|u_counter|count_int[1] set_instance_assignment -name CREATE_PARTITION_BOUNDARY_PORTS db_count_24 \ -to u_blinking_led_top|u_counter|count_int[24] set_instance_assignment -name CREATE_PARTITION_BOUNDARY_PORTS db_count_2 \ -to u_blinking_led_top|u_counter|count_int[2] set_instance_assignment -name CREATE_PARTITION_BOUNDARY_PORTS db_value \ -to u_blinking_led_top|value set_instance_assignment -name CREATE_PARTITION_BOUNDARY_PORTS db_count_0 \ -to u_blinking_led_top|u_counter|count_int[0]