重大問題
執行輸入/輸出 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 功能。