Forum Discussion
Jarbugeri
New Contributor
2 years agoCyclone IV GX project failed migration from 20.1 to 23.1std
I am currently facing an issue with the conversion of an Intel IP while migrating from Quartus version 20.1 to version 23.1std. Despite following the references {1} {2} and {3}, I have encountered th...
bob_bitchen
Occasional Contributor
5 months agoThe tcl script is renaming a file that it has open. You have to fix their tcl by
#file rename -force $temp $filename
file copy -force $temp $filename
file delete -force $temp
Then it works.
It appears that no one is using these tools, because no one fixes a simple bug like this that has been around for years.