commit | a5cbddf3347ac83a1561bee5be3718314805bfff | [log] [tgz] |
---|---|---|
author | Philipp Gühring <pg@futureware.at> | Sun Jun 13 20:40:00 2021 +0200 |
committer | Philipp Gühring <pg@futureware.at> | Sun Jun 13 20:40:00 2021 +0200 |
tree | 3c38b70f6ada857dd8fddfd1462a84b79c378ce0 | |
parent | 1b2a9ed3b55acb4b2161d1c479b63de36a6ce328 [diff] |
Removed unused cells
diff --git a/scripts/cells.pl b/scripts/cells.pl index 6afa65d..300b5e2 100644 --- a/scripts/cells.pl +++ b/scripts/cells.pl
@@ -29,6 +29,8 @@ my $name=""; $name=$1 if($mag=~m/([\w\-\.]+)\.mag$/); next unless(-f $cell); next unless(-f $lib); + next unless(-f $ENV{'CARAVEL'}."/cells/mag/$name.mag"); + open CELL,"<$cell"; print "module $name(\n";