How to download and install Cyclone V device library in quartus18.0


foreword

When we use different versions of the board, we need to install different types of device libraries under quartus to select the board and proceed to the next step.


1. Download process

Official website download address

  • Here we click Support to select the download center:
    Example: pandas is a NumPy-based tool created to solve data analysis tasks.
  • Select FPGA:
    insert image description here
  • Click on the quartus software on the left to select your own version:
    insert image description here
  • After selecting the version, the right side will help us filter out the version that suits us:
    insert image description here
  • After entering, select a single file:
    insert image description here
  • Select our Cyclone V in Devices under a single file:
    insert image description here

Just click to download. The download here is relatively slow and you need to wait patiently. If you have scientific access to the Internet, it will be very fast.

2. Add steps

Right click to run quartus as administrator

  • Click install Devices under tools:
    insert image description here
  • Click next:
    insert image description here
  • Select the device library directory you downloaded (cannot contain Chinese):
    insert image description here
  • Check the device library we need to download:
    insert image description here
  • All the way to next:
    insert image description here
  • After downloading, you need to reopen it for the device library to take effect:
    insert image description here

After re-opening, we found that we had more options than Cyclone V, and the installation was successful.


3. Summary

The whole process is not difficult and can be realized step by step. What I want to say is that we must choose our quartus version and then select the required device, otherwise it will not adapt. In addition, the interface of the official website will be updated, and the device library may not be found after a period of time during the download process. I searched for a while last night to find it.

4. References

https://blog.csdn.net/qq_41754003/article/details/115578858

Guess you like

Origin blog.csdn.net/qq_52215423/article/details/131797332