Intel® FPGA软件安装和许可

ID 683472
日期 6/22/2020
Public

本文档可提供新的版本。客户应 单击此处 前往查看最新版本。

文档目录

4.1. 查看IP许可状态

可查看Assembler报告检查 Intel® Quartus® Prime工程中所有IP的许可状态。

在GUI中生成并查看Assembler报告:

  1. 单击Compilation Dashboard上的Assembler
  2. Assembler(以及所有编译的先决条件)完成后,在Compilation Dashboard中点击关于Assembler的Report图标。
  3. 单击Encrypted IP Cores Summary报告。
    Encrypted IP Cores Summary Report

在命令行生成并查看Assembler报告:

  1. 键入以下命令:
    quartus_asm <project name> -c  <project revision>
  2. 在以下位置查看输出报告:
    <project>/output_files/<project_name>.asm.rpt
    Example of the assembler report:
    
    +----------------------------------------------------------------------+
    ; Assembler Encrypted IP Cores Summary                                 ;
    +--------+----------------------------------------------+--------------+
    ; Vendor ; IP Core Name                                 ; License Type ;
    +--------+----------------------------------------------+--------------+
    ; Intel  ; PCIe SRIOV with 4-PFs and 2K-VFs (6AF7 00FB) ; Unlicensed   ;
    ; Intel  ; Signal Tap (6AF7 BCE1)                       ; Licensed     ;
    ; Intel  ; Signal Tap (6AF7 BCEC)                       ; Licensed     ;
    +--------+----------------------------------------------+--------------+