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

沒有留言:

張貼留言

MQTT 協定與 Modbus 通訊的遠端監控與控制系統架構

MQTT 協定與 Modbus 通訊的遠端監控與控制系統架構 這張圖片展示了一個 結合 MQTT 協定與 Modbus 通訊的遠端監控與控制系統架構 (主要透過 Node-RED 進行資料整合)。 系統包含三個核心部分,其運作功能說明如下: 1. ESP32 終端設備(硬體控制層...