Fixed typo on self

This commit is contained in:
G-A. Kamendje 2024-01-23 21:22:29 -05:00
parent fe02d95d45
commit ea62a51589

View File

@ -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});