Quartus安裝使用疑難及解決

lumiere_cloud發表於2024-12-10

下載

https://blog.csdn.net/weixin_43862765/article/details/99305902

破解

在命令列執行 ipconfig -all
得到實體地址,即為破解所需要的地址。
輸入時應將其中的‘-’去掉

器件庫

提示為未安裝相應的器件庫,在tools欄中無法使用 Install devices。此時以管理員方式執行在沒有安裝器件庫的情況下會彈出,Install Device視窗,然後將qdz器件庫檔案放到合適路徑的資料夾即可進行安裝。
具體如下:
https://www.intel.com/content/www/us/en/software-kit/666221/intel-quartus-ii-web-edition-design-software-version-13-1-for-windows.html
在上面網站選擇適合的版本,按圖片選擇,然後選擇合適的Devices檔案下載。我選擇的是cyclone_web-13.1.0.162.qdz
image
image
下載完qdz檔案後將其複製到\altera\13.0sp1\quartus\bin資料夾中
右鍵quartus選擇“以管理員身份執行”,開啟後即可新增、下載器件庫。

工程

image
工程檔名應與設計的模組名相同
選擇時注意是 ‘Verilog HDL’,而不是‘VHDl’

模擬

模擬時提示:ModelSim-Altera was not found. Please install ModelSim-Altera which is included with the Quartus II installer, or use the Quartus II Simulator instead by selecting "Simulation > Options > Quartus II Simulator"
此時點選選項Simulation,options,選擇Quartus II simulator。再進行模擬,即可正常進行。

相關文章