forked from Github_Repos/cvw
		
	touched extractArea to test commit issue
This commit is contained in:
		
							parent
							
								
									00daa8aca0
								
							
						
					
					
						commit
						535c7e156f
					
				@ -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