renaming a source file

R

rekz

Guest
This might be a super noob question to post here. I am using xilinx
ise as my verilog IDE. Say I have a source file called test.v and I
want to rename this to something else.. is there a way to do this?
 
On Mar 5, 7:27 pm, rekz <aditya15...@gmail.com> wrote:
This might be a super noob question to post here. I am using xilinx
ise as my verilog IDE. Say I have a source file called test.v and I
want to rename this to something else.. is there a way to do this?
If you do it from inside the ISE GUI, you can just do
"save as..." to save with a new file-name. Then you need to
delete the original file from the project by selecting it
in the hierarchy view and pressing delete, and finally add
the new file to the project using Project --> Add Source.

In the old days, an ISE project was a text file and could be
edited to change a file name...

Regards,
Gabor
 

Welcome to EDABoard.com

Sponsor

Back
Top