mirror of
https://github.com/verilator/verilator.git
synced 2025-01-31 18:54:03 +00:00
verilator_difftree: Better error.
This commit is contained in:
parent
57c7d77af3
commit
4cf2e4024f
@ -85,7 +85,8 @@ sub diff_dir {
|
|||||||
diff_file($a,$b);
|
diff_file($a,$b);
|
||||||
$any = 1;
|
$any = 1;
|
||||||
}
|
}
|
||||||
$any or warn "%Warning: No .tree files found\n";
|
$any or warn ("%Warning: No .tree files found that have similar base names:\n "
|
||||||
|
.join("\n ", sort keys %files),"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
sub diff_file {
|
sub diff_file {
|
||||||
|
Loading…
Reference in New Issue
Block a user