iverilog/ivtest/perl-lib
Martin Whitaker 10770c9129 Optimise Perl regression test scripts.
When redirection operators are included in a command string passed to
the system() subroutine, it spawns an intermediate shell to handle the
redirection. This is particularly inefficient when running the tests
in MSYS2. Creating our own version of system() based on fork() and
exec() allows us to handle the redirection directly.
2025-10-17 20:58:05 +01:00
..
Diff.pm Add ivtest to the iverilog source tree 2022-01-15 10:18:50 -08:00
Environment.pm Optimise Perl regression test scripts. 2025-10-17 20:58:05 +01:00
RegressionList.pm Add ivtest to the iverilog source tree 2022-01-15 10:18:50 -08:00
Reporting.pm Add ivtest to the iverilog source tree 2022-01-15 10:18:50 -08:00