Forum Discussion
Altera_Forum
Honored Contributor
18 years agoI used to be religious about putting my entities in separate files from my architectures, then using the Emacs VHDL-mode to create me a Modelsim makefile. However, I've now moved to combined files (even with packages in them when they relate to the entity in question) and using Modelsim to create the makefile.
For iterative compilation when debugging and I can use the "-just " option to vcom to compile only the architecture in a combined file. I use Synplify for synthesis, but have not had occasion to try incremental compilation with it. I'll take you word for it on Quartus though :-) Cheers, Martin