gergoerdi / clash-shake

MIT License
6 stars 10 forks source link

Fix vivado phony target #8

Closed techninja1008 closed 1 year ago

techninja1008 commented 1 year ago

This fixes the path passed to Vivado to open the project. The existing code worked when supplied with absolute paths, but broke when supplied with relative paths as Vivado is already run from inside outDir, however xpr already includes outDir. This fix computes the correct relative path instead.

gergoerdi commented 1 year ago

Thanks! I guess that's what I get for not using the IDE...