Cary R. - 2020-11-26

Hi Srini,

We normally only use SourceForge for the mailing list and for release distribution. I think Steve requested you to use to discuss this on the mailing list. Please post this to the iverilog-devel mailing list.

The short answer is look at ivtest which is our regression environment and determine how to integrate your tests into that environment. For your development I completely understand your desire to have your tests Makefile driven and it should be possible to architect your tests so they work in both the Makefile and ivtest environment. We do make changes to ivtest from time to time, but the basic test flow has been stable for a very long time. The one thing I would like to change is add parallel testing support which in concept should be fairly straight forward except there is one VHDL test the violates the unwritten rule "no test should depend on a previous tests output."