文章 ID: 000080176 内容类型: 故障排除 上次审核日期: 2021 年 08 月 29 日

我为何无法在 Quartus 13.1 中模拟面向 PCI Express 的Arria II IP 编译器?

环境

BUILT IN - ARTICLE INTRO SECOND COMPONENT
说明

HardCopy® IV 和 Stratix® II 的支持已从 13.1 删除。您可能会看到以下错误:

# ** 错误:(vlog-7) 未在读取模式下打开设计单元文件"/tools/acds/13.1/162/linux64/quartus/eda/sim_lib/stratixiigx_hssi_atoms.v"。

在 Quartus® II 13.1 中,您必须修改仿真脚本,详情如下。

解决方法

文件 runtb.do 需要修改:

取代

vlib stratixiigx_hssi_ver
vmap stratixiigx_hssi_ver stratixiigx_hssi_ver
vlog -work stratixiigx_hssi_ver/eda/sim_lib/stratixiigx_hssi_atoms.v
vlog -work stratixiigx_hssi_ver/库/megafunctions/alt2gxb.v

vlib stratixiigx_hssi_ver
vmap stratixiigx_hssi_ver stratixiigx_hssi_ver
vlog -work stratixiigx_hssi_ver stratixiigx_hssi_atoms.v
vlog -work stratixiigx_hssi_ver alt2gxb.v

删除或评论:

vlib hardcopyiv_hssi_ver
vmap hardcopyiv_hssi_ver hardcopyiv_hssi_ver
vmap hardcopyiv_hssi hardcopyiv_hssi_ver
vlog -work hardcopyiv_hssi/eda/sim_lib/hardcopyiv_hssi_atoms.v

vlib hardcopyiv_pcie_hip_ver
vmap hardcopyiv_pcie_hip_ver hardcopyiv_pcie_hip_ver
vmap hardcopyiv_pcie_hip hardcopyiv_pcie_hip_ver
vlog -work hardcopyiv_pcie_hip/eda/sim_lib/hardcopyiv_pcie_hip_atoms.v

删除或评论来自 hardcopyiv 参考资料

eval vsim-novopt -t ps-L altera_mf_ver-L lpm_ver-L sgate_ver-L stratixiigx_hssi_ver stratixiv_hssi_ver-L stratixiv_pcie_hip_ver-L arriaii_hssi_ver-L arriaii_pcie_hip_ver-L arriaiigz_hssi_ver -L arriaiigz_pcie_hip_ver-L cycloneiv_hssi_ver-L cycloneiv_pcie_hip_ver-L hardcopyiv_hssi_ver -L hardcopyiv_pcie_hip_ver PCIE_JAVA_STR_RPL_TOP_chaining_testbench

eval vsim-novopt -t ps -L altera_mf_ver-L lpm_ver-L sgate_ver-L stratixiigx_hssi_ver-L stratixiv_hssi_ver-L stratixiv_pcie_hip_ver-L arriaii_hssi_ver-L arriaii_pcie_hip_ver-L arriaiigz_hssi_ver-L arriaiigz_pcie_hip_ver-L cycloneiv_hssi_ver-L cycloneiv_pcie_hip_ver-L PCIE_JAVA_STR_RPL_TOP_chaining_testbench

其中PCIE_JAVA_STR_RPL_TOP_chaining_testbench是您top_chaining_testbench的名称

此问题将在 Quartus II 软件的未来版本中解决。

相关产品

本文适用于 1 产品

Arria® II GX FPGA

1

本页面上的内容是原始英文内容的人工翻译与计算机翻译的组合。我们提供此内容是为了您的便利并且仅供参考,未必完整或准确。如果本页面的英文版与翻译版之间存在任何冲突,应以英文版为准。 查看此页面的英语版本。