2020年1月25日 星期六

(原創) 如何解決在Quartus II無法使用ModelSim-Altera模擬的問題? (SOC) (Quartus II) (ModelSim)

(原創) 如何解決在Quartus II無法使用ModelSim-Altera模擬的問題? (SOC) (Quartus II) (ModelSim)
源自於https://www.cnblogs.com/oomusou/archive/2008/07/07/quartus72_modelsim_altera_61g_error.html
Abstract
若在Quartus II 7.2下啟動ModelSim-Altera 6.1g進行模擬,可能會遇到以下錯誤訊息而無法模擬成功。
Introduction
使用環境:Quartus II 7.2 SP3 + ModelSim-Altera 6.1g
复制代码
Error: Can't launch the ModelSim-Altera software -- the path to the location of the executables for the ModelSim-Altera software were not specified or the executables were not found at specified path.

Error: You can specify the path inthe EDA Tool Options page of the Options dialog box or using the Tcl command set_user_option.

Error: NativeLink simulation flow was NOT successful
复制代码

Solution
Step 1:
設定NativeLink路徑
Tools -> Options -> General -> EDA Tool Options:
將ModelSim-Altera的路徑設定到c:\altera\72\modelsim_ae\win32aloem
modelsim_altera_00

沒有留言:

張貼留言

習題解答 (5/6)

  第五章 習題解答 一、 錯誤偵測技術 1. 何謂循環冗餘檢查法 (CRC)? 是一種根據傳輸資料產生簡短固定位數校驗碼的演算法。發送端將資料除以一個特定的多項式,得到的「餘數」即為 CRC 碼並隨資料發送;接收端以同樣多項式除之,若餘數為 0 則代表資料傳輸正確。 2. 何...