Is there a vmake style program available for ghdl, or some other library dependency analysis program where you can feed a list of all your source files and get a ghdl script or some dependency graph? Thanks Petter
on 2009-06-18 07:28
on 2009-06-21 11:12
On Thu, Jun 18, 2009 at 07:26:20AM +0200, Petter Gustad wrote: > > Is there a vmake style program available for ghdl, or some other > library dependency analysis program where you can feed a list of all > your source files and get a ghdl script or some dependency graph? What about ghdl -m or ghdl --gen-makefile ? Tristan.