forked from github/verilator
Add FIXMEV5 comments
This commit is contained in:
parent
f4baa86b71
commit
92f64de115
@ -38,7 +38,8 @@ if (!-r "$root/.git") {
|
|||||||
print "$grep\n";
|
print "$grep\n";
|
||||||
foreach my $line (split /\n/, $grep) {
|
foreach my $line (split /\n/, $grep) {
|
||||||
print "L $line\n";
|
print "L $line\n";
|
||||||
$names{$1} = 1 if $line =~ /^([^:]+)/;
|
# FIXMEV5 for use in develop-v5 branch until merged to master
|
||||||
|
$names{$1} = 1 if $line =~ /^([^:]+)/ && $line !~ /FIXMEV5/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user