Win10安装Quartus Prime 20.1 Lite

1,到官方网站上下载Quartus Prime 20.1 Lite版本,该版本免费,无需授权。其中2是主文件,必须要下。3是modelsim,可以方便的进行仿真,已经安装了仿真工具的可以不下。4是器件库,按照需要下载。

 

Win10安装Quartus Prime 20.1 Lite_第1张图片

2,下载完毕后有三个文件。

ModelSimSetup-20.1.1.720-windows

QuartusLiteSetup-20.1.1.720-windows

cyclone-20.1.1.720.qdz

双击QuartusLiteSetup-20.1.1.720-windows  安装。安装路径中无空格,中文,特殊字符。

注意:安装的过程中会自动安装ModelSimSetup-20.1.1.720-windows和cyclone-20.1.1.720.qdz,不需要额外的操作。

4,需要进行Nios开发的需要安装Eclipse。

4.1安装Win10的Linux支持,称为WSL。

在管理员账户下运行cmd,然后运行以下命令:

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

重新启动。

4.2用Microsoft Store下载安装Ubuntu 18.04,若4.1没有重新重新启动,安装就不会成功。

4.3在Ubuntu18.04的命令窗口下运行以下命令

sudo apt update

sudo apt install wsl

sudo apt install dos2unix

sudo apt install make

4.4 下载EclipeIDE(CDT 8.8.1 Eclipse C/C++ IDE for Mars.2.)

https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/2/eclipse-cpp-mars-2-win32-x86_64.zip

4.5 解压到< Intel® Quartus® Prime installation directory>/nios2eds/bin,完成后能在bin文件夹下按到一个eclipse文件夹

4.6 将eclipse文件夹改名为eclipse_nios2

4.7 在bin文件夹中有个eclipse_nios2_plugins.zip,解压到eclipse_nios2文件夹中,如果提示覆盖文件选择是。

4.8 运行eclipsec-nios2.exe能看到eclipse启动说明安装正确。

参考文献

1,Nios II Software Developer Handbook 3.1.1

https://www.intel.com/content/www/us/en/programmable/documentation/lro1419794938488.html#zyy1556500180085

2,Install WSL & update to WSL2

https://docs.microsoft.com/en-us/windows/wsl/install-win10

3 Intel FPGA Software Installation and Licensing 2.3.1

https://www.intel.com/content/www/us/en/programmable/documentation/esc1425946071433.html#puq1561069548076

你可能感兴趣的:(Quartus,fpga,ide)