mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fixed typo on self
This commit is contained in:
parent
fe02d95d45
commit
ea62a51589
@ -28,7 +28,7 @@ run(cmd => ["../bin/verilator_coverage",
|
||||
"$Self->{obj_dir}/coverage.dat",
|
||||
],
|
||||
verilator_run => 1,
|
||||
) if !$self->errors && !$self->skips;
|
||||
) if !$Self->errors && !$Self->skips;
|
||||
|
||||
files_identical("$Self->{obj_dir}/annotated/t_cover_else_points.v", $Self->{golden_filename});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user