O suporte hardCopy® IV e Stratix® II foi removido do 13.1. Você pode ver um erro como o mostrado abaixo:
Erro * **: (vlog-7) Falha ao abrir o arquivo da unidade de design "/tools/acds/13.1/162/linux64/quartus/eda/sim_lib/stratixiigx_hssi_atoms.v" no modo de leitura.
No Quartus® II 13.1, você deve modificar os scripts de simulação conforme detalhado abaixo.
O arquivo runtb.do precisa ser modificado:
Substituir
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 /libraries/megafunctions/alt2gxb.v
Com
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
Remova ou comente:
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
Remova ou comente as referências hardcopyiv de
| 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 hardcopyiv_hssi_ver -L hardcopyiv_pcie_hip_ver PCIE_JAVA_STR_RPL_TOP_chaining_testbench |
Para
| 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 |
onde PCIE_JAVA_STR_RPL_TOP_chaining_testbench é o nome do seu top_chaining_testbench
Este problema será corrigido em uma versão futura do software Quartus II.