diff --git a/bin/derivgen.pl b/bin/derivgen.pl index 630962ca8..442455c53 100755 --- a/bin/derivgen.pl +++ b/bin/derivgen.pl @@ -70,10 +70,10 @@ foreach my $line (<$fh>) { } &terminateDeriv(); close($fh); +system("rm -rf $ENV{WALLY}/config/deriv"); #foreach my $key (keys %derivs) { foreach my $key (@derivnames) { my $dir = "$ENV{WALLY}/config/deriv/$key"; - system("rm -rf $dir"); system("mkdir -p $dir"); my $configunmod = "$dir/config_unmod.vh"; my $config = "$dir/config.vh"; diff --git a/sim/Makefile b/sim/Makefile index 79a3042e4..09d417124 100644 --- a/sim/Makefile +++ b/sim/Makefile @@ -62,7 +62,6 @@ coveragetests: make -C ../tests/coverage/ --jobs deriv: - rm -rf ../config/deriv derivgen.pl benchmarks: