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 软件的未来版本中解决。