On Wed, Nov 29, 2006 at 12:21:10PM +0100, Diego Giardinetto wrote: > Hi all, > Someone could say me if exists an iDE that permitt to compile a vhdl > code without write manually all paramenter? And, is possibile compile > a project structured in multiple .vhdl files? If so, how can I do? There is no ghdl IDE. You may use an advanced text editor such as emacs. (Although emacs may not be easy to use for newbie).
To compile multiple .vhdl files, use ghdl commands -i/-m. Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
