mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
touched extractArea to test commit issue
This commit is contained in:
parent
0061fa59e9
commit
c352353a42
@ -50,7 +50,7 @@ my @configs = ("rv32e", "rv32i", "rv32imc", "rv32gc", "rv64i", "rv64gc");
|
|||||||
opendir(DIR, $dir) or die "Could not open $dir";
|
opendir(DIR, $dir) or die "Could not open $dir";
|
||||||
|
|
||||||
while (my $filename = readdir(DIR)) {
|
while (my $filename = readdir(DIR)) {
|
||||||
if ($filename =~ /orig_tsmc28psyn/) {
|
if ($filename =~ /orig_tsmc28psyn/) {
|
||||||
# if ($filename =~ /orig_sky90/) {
|
# if ($filename =~ /orig_sky90/) {
|
||||||
&processRun("$dir/$filename");
|
&processRun("$dir/$filename");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user