Change the project name on Quartus17.1

foreword

When we first started to learn FPGA, we usually learn from LED, KEY, BEEP, etc. Generally speaking, there will be a template. When we develop a new project and want to use this template, sometimes we want to give this Temple The project modifies a project name, and the modification process is recorded in detail below.

Modify project name

1- Practical requirements

Assuming flow_led_tzh.qpf is the original project, it needs to be changed to touch_led_tzh.qpf

2- Practical steps

  1. Copy and paste the folder containing the original project, change from 1_led to 3_touch_led

  1. Open flow_led_tzh.qpf in 3_touch_led (original project)

  1. Click on the toolbar Project to open Revision

  1. As shown in the steps, double-click new revision, and enter the required new project name touch_led_tzh in the dialog box

  1. At this time, a new option will be added in the drop-down box, select the new project touch_led_tzh, and then return to the previous step to delete the original project

  1. Close the project, open the folder to which the project belongs, delete the original project file, change the original project name flow_led_tzh.qpf to the new project name touch_led_tzh.qpf, and delete the file containing the name flow_led_tzh in the first folder (you can also not delete it)

3- end

Guess you like

Origin blog.csdn.net/shenqijiji/article/details/128968729