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_inside.sv] - Rev 6
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
extern function new (string name, uvm_component parent);
extern function void write(input data_tx t);
Go to most recent revision | Compare with Previous | Blame | View Log