Forum Discussion
RKish1
New Contributor
7 years agoHow can I edit my quartus project to work with relative paths?
I have a project in quartus with many files containing full-path-links to other files. I found a way to make it work on my machine with a different location, but that is the cheat way. I would like...
RKish1
New Contributor
6 years agothose files were *.elf, *.qpf, *.qsf for example...
I should probably try change strings like "D:\filt\software\filt_NIOSII" to "\software\filt_NIOSII"
Will it work, what do you think?