Add missing dir to Vivado clean targets
Merge request reports
Activity
Filter activity
As long as the srcs directory already exists, Vivado will refuse to create the project when you run
make project
ormake
, so right nowmake clean
leaves things in a broken state.make clean
already deletes the xpr file, so you'll lose the rules to actually generate and synthesize the IP.What's the expected workflow when using hdlmake with Vivado customized IP?
mentioned in commit 3e14acfc
mentioned in commit 58e0e7a6
mentioned in merge request !15 (merged)
mentioned in commit 9ed98b1b
Please register or sign in to reply