Skip to content

Commit

Permalink
Merge pull request accellera-official#99 from basarts/nxp-verify-pl-p…
Browse files Browse the repository at this point in the history
…arallel-make-with-perl-compatibility-new

Nxp verify pl parallel make with perl compatibility new
  • Loading branch information
lmailletcontoz authored Oct 24, 2023
2 parents 679151d + 72c07c5 commit ba9ec62
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 25 deletions.
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@ CONTENTS
You may override the default TLM2 installation by setting the
environment variable TLM_HOME.

2.1) Running tests in parallel
==============================

To speed up testing an alternative to 'verify.pl' is to generate a
Makefile that runs all the tests. The tests can then be executed
using the 'make' command with a number of parallel jobs. This can
significantly reduce the time it takes to run the regressions during
development. Note that running 'verify.pl' is the canonical way of
executing the tests and it should always be run before committing
any changes to the repository.

The Makefile can be generated by running the script 'verify.pl' with
the option '-M'. It is also possible to run only a subset of the tests
in parallel. For example: 'make systemc/communication -j8' will run
all tests in the 'systemc/communication' sub-category.


3) Adding new tests
===================
Expand Down
Loading

0 comments on commit ba9ec62

Please sign in to comment.