From c352353a429796d693def2bb1566180ce0c94779 Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 20 Feb 2023 11:04:33 -0800 Subject: [PATCH] touched extractArea to test commit issue --- synthDC/extractArea.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthDC/extractArea.pl b/synthDC/extractArea.pl index a2a89d7d6..09c64d9de 100755 --- a/synthDC/extractArea.pl +++ b/synthDC/extractArea.pl @@ -50,7 +50,7 @@ my @configs = ("rv32e", "rv32i", "rv32imc", "rv32gc", "rv64i", "rv64gc"); opendir(DIR, $dir) or die "Could not open $dir"; while (my $filename = readdir(DIR)) { - if ($filename =~ /orig_tsmc28psyn/) { + if ($filename =~ /orig_tsmc28psyn/) { # if ($filename =~ /orig_sky90/) { &processRun("$dir/$filename"); }