Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow to rename Project in Quartus-II?
Hi All,
How can I rename the Quartus-II project? Could it be done via GUI? By TCL command? Thank you!2 Replies
- Altera_Forum
Honored Contributor
Hi,
I have not seen such option as rename in GUI but you can rename your project by following these steps: 1. Copy project with different name Project -> Copy Project 2. Create new revision with diferrent name Project -> Revisions... 3. Delete revision with old name Maybe there is other way to do this task but it works for me.. - Altera_Forum
Honored Contributor
I've never tried it, but you might just need to edit the .qpf file and .qsf file in a text editor (and save those files with the new name). You'll probably have to trash the db folder and recompile, but I would think this would do the trick.