Skip to content

Commit 2c3ca47

Browse files
committed
Fixed typo
1 parent 471279b commit 2c3ca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbenches/coverage/add_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ module add_tb4;
350350
option.at_least = 10;
351351
}
352352
// Make sure that in1 has a 0 and max value tested at least 10 times.
353-
in1_extremes : coverpoint in0 {
353+
in1_extremes : coverpoint in1 {
354354
bins zero = {0};
355355
bins max_ = {{WIDTH{1'b1}}};
356356
option.at_least = 10;

0 commit comments

Comments
 (0)