commit | 557a5015820783e28dd9ca26f9bcbe595d4c24ec | [log] [tgz] |
---|---|---|
author | Philipp Gühring <pg@futureware.at> | Fri Jun 25 17:02:59 2021 +0200 |
committer | Philipp Gühring <pg@futureware.at> | Fri Jun 25 17:02:59 2021 +0200 |
tree | d71e7be5c4d1e3b609833091de0f680a3aeee75f | |
parent | 51a9d2872827d52aec0c7430e06e53f9d5cb6d77 [diff] |
Better filtering
diff --git a/scripts/removeDRCcells.pl b/scripts/removeDRCcells.pl index 75804df..53599cf 100644 --- a/scripts/removeDRCcells.pl +++ b/scripts/removeDRCcells.pl
@@ -19,6 +19,7 @@ print "Warning: Could not find DRC: $STDCELLLIB/$cell.drc $!\n"; $drc=1; } + $drc=1 if(!-f "$STDCELLLIB/Catalog/$cell.mag"); if($drc) { print "Removing cell with $drc DRC issues: $cell\n";