mirror of
https://github.com/verilator/verilator.git
synced 2025-04-27 11:06:53 +00:00
Tests: Fix vpi_user addition failure
This commit is contained in:
parent
8e9a1e0bf3
commit
3ac707c645
@ -22,6 +22,7 @@ if (!-r "$root/.git") {
|
|||||||
my $cmd = "cd $root && fgrep -n include $files | sort";
|
my $cmd = "cd $root && fgrep -n include $files | sort";
|
||||||
my $grep = `$cmd`;
|
my $grep = `$cmd`;
|
||||||
foreach my $line (split /\n/, $grep) {
|
foreach my $line (split /\n/, $grep) {
|
||||||
|
next if $line =~ /vpi_user.h/; # IEEE Standard file - can't change it
|
||||||
my $hit;
|
my $hit;
|
||||||
$hit = 1 if $line =~ /\bassert\.h/;
|
$hit = 1 if $line =~ /\bassert\.h/;
|
||||||
$hit = 1 if $line =~ /\bctype\.h/;
|
$hit = 1 if $line =~ /\bctype\.h/;
|
||||||
|
Loading…
Reference in New Issue
Block a user