Skip to content

makefile: make synthesis depend on source files

Brian Koropoff requested to merge bkoropoff/hdl-make:synth-deps into develop

I was surprised to find that re-running make after changing an HDL file did not re-run synthesis/implementation/bitstream generation. This change modifies the makefile output so that the synthesis step conservatively depends on all source files.

Merge request reports