Intel® Quartus® Prime Pro Edition用户指南: 入门

ID 683463
日期 9/28/2020
Public
文档目录

4.2.1.2. 查看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 ; +--------+----------------------------------------------+--------------+