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_after.sv] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
function clkndata_coverage::new (string name, uvm_component parent);
super.new(name, parent);
m_cov = new;
endfunction
function void clkndata_coverage::write(input data_tx t);
m_item = t;
m_cov.sample();
endfunction : write
Go to most recent revision | Compare with Previous | Blame | View Log