HEyer
New Contributor
6 years agohow to move DSP-Builder project (or get relative output)
https://github.com/Nuand/bladeRF/The DSP-Builder output (*.qip) has absolute paths, but we need relative paths in order to use the design on different PCs.
Can we run the _hw.tcl script to regenerate the *.qip files for the new location?
Or is it possible to to output relative paths in DSP Builder?
Background:
In the BladeRF project (https://github.com/Nuand/bladeRF/) which has a makefile based build system we would like to include a DSP-Builder based block.
I can easily add the new block by referencing the *.qip file. But to make it work, I have to change the path in all *.qip files. Currently I am doing this with a sed script. It works, but I hope for a more elegant way to do this.