mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
Fix t_psl_basic_cover test for new SystemPerl package
This commit is contained in:
parent
d90071637d
commit
dd487d4184
@ -16,7 +16,7 @@ execute (
|
||||
check_finished=>1,
|
||||
);
|
||||
|
||||
file_grep ($Last_Self->{coverage_filename}, qr/t=>'psl_cover',o=>'cover',c=>2\);/);
|
||||
file_grep ($Last_Self->{coverage_filename}, qr/,o=>'cover'.*,c=>2\);/);
|
||||
file_grep ($Last_Self->{coverage_filename}, qr/DefaultClock.*,c=>1\);/);
|
||||
file_grep ($Last_Self->{coverage_filename}, qr/ToggleLogIf.*,c=>9\);/);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user