URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [tools/] [easier_uvm_gen/] [examples/] [minimal_plus/] [include/] [clkndata_cover_inc.sv] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
covergroup m_cov;
option.per_instance = 1;
cp_data: coverpoint m_item.data {
bins zero = {0};
bins one = {1};
bins negative = { [-128:-1] };
bins positive = { [1: 127] };
option.at_least = 16;
}
endgroup
Go to most recent revision | Compare with Previous | Blame | View Log