Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coverage/covergroups/B14.svh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ covergroup B14_cg (virtual coverfloat_interface CFI);
type_option.weight = 0;

bins big_neg_shift = {[ $ : -(2*F16_P + 2)]};
bins mid_shift[] = {[-(2*F16_P + 1) : (F16_P + 1) ]};~
bins mid_shift[] = {[-(2*F16_P + 1) : (F16_P + 1) ]};
bins big_pos_shift = {[ (F16_P + 2) : $ ]};

}
Expand Down
Loading