文章 ID: 000083268 內容類型: 疑難排解 最近查看日期: 2011 年 09 月 27 日

示範測試台可能會因一些快速的IO 變異而失效

環境

  • Intel® Quartus® II 訂閱版
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT

    重大問題

    描述

    執行輸入/輸出 Avalon-MM 的快速物聯網變異 主機或從屬邏輯層模組,並瞄準Stratix IV GX 或Arria II GX 裝置故障模擬,並顯示錯誤訊息 訊號未達到預期值。問題出在 IP 功能模擬模型中的單位化 RTL 參數。。

    這些快速物聯網變異無法成功模擬 示範測試台。

    解決方法

    為了避免此問題,請重新開機 IP 功能模擬 quartus_map 使用命令列選項 SIMGEN_RAND_POWERUP_FFS=OFF 建模。

    下列腳本為 DUT 和 測試台裡的同父異母的 RIO,針對 RapidIO MegaCore 的案例 功能變異可即時化所有模組。使用它來再生 您的 IP 功能模擬模型,為您的更新檔案名 變異,使用正確的裝置和 HDL 修改命令, 並移除參考您的變異模組的行 不包括。

    執行腳本,或輸入對應的命令,在 包含所有原始碼檔案的目錄。

    #!/bin/sh #Modify the following lines with the correct device and HDL information. #Parameter CBX_HDL_LANGUAGE=Verilog or VHDL #Parameter --family is one of {stratixiv, arriaiigx, cycloneiv, arriagx, stratixiigx}. #Regenerate the IP functional simulation model for the DUT: quartus_map --simgen --simgen_parameter="CBX_HDL_LANGUAGE=Verilog,SIMGEN_RAND_POWER_UP_FFS=OFF" --family=stratixiv --source="./rio_rio.v" --source="./rio_riophy_gxb.v" --source="./rio_phy_mnt.v" --source="./rio_riophy_xcvr.v" --source="./rio_riophy_dcore.v" --source="./rio_riophy_reset.v" --source="./rio_concentrator.v" --source="./rio_drbell.v" --source="./rio_io_master.v" --source="./rio_io_slave.v" --source="./rio_maintenance.v" --source="./rio_reg_mnt.v" --source="./rio_transport.v" rio.v #Regenerate the IP Functional Simulation Model for SISTER cp rio_rio_sister.v rio_sister_rio.v cp rio_riophy_gxb_sister.v rio_sister_riophy_gxb.v quartus_map --simgen --simgen_parameter="CBX_HDL_LANGUAGE=Verilog,SIMGEN_RAND_POWERUP_FFS=OFF" --family=stratixiv --source="./rio_sister_rio.v" --source="./rio_sister_riophy_gxb.v" --source="./rio_phy_mnt_sister.v" --source="./rio_riophy_xcvr_sister.v" --source="./rio_riophy_dcore_sister.v" --source="./rio_riophy_reset_sister.v" --source="./rio_concentrator_sister.v" --source="./rio_drbell_sister.v" --source="./rio_io_master_sister.v" --source="./rio_io_slave_sister.v" --source="./rio_maintenance_sister.v" --source="./rio_reg_mnt_sister.v" --source="./rio_transport_sister.v" rio_sister_rio.v

    這個問題將在日後的 RapidIO 版本中解決 MegaCore 功能。

    相關產品

    本文章適用於 3 產品

    Arria® II FPGA
    Stratix® IV FPGA
    Arria® II GX FPGA

    這個頁面的內容綜合了英文原始內容的人工翻譯譯文與機器翻譯譯文。本內容是基於一般資訊目的,方便您參考而提供,不應視同完整或準確的內容。如果這個頁面的英文版與譯文之間發生任何牴觸,將受英文版規範及管轄。 查看這個頁面的英文版。