OpenCores
URL https://opencores.org/ocsvn/lpffir/lpffir/trunk

Subversion Repositories lpffir

[/] [lpffir/] [trunk/] [uvm/] [tools/] [easier_uvm_gen/] [examples/] [minimal_split_txor/] [include/] [bus_cover_inc_after_class.sv] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 vladimirar
function bus_coverage::new(string name, uvm_component parent);
2
  super.new(name, parent);
3
  m_is_covered = 0;
4
endfunction : new
5
 
6
 
7
function void bus_coverage::write(input bus_tx t);
8
  `uvm_info(get_type_name(), t.convert2string(), UVM_MEDIUM)
9
endfunction : write
10
 
11
 
12
function void bus_coverage::build_phase(uvm_phase phase);
13
  if (!uvm_config_db #(bus_config)::get(this, "", "config", m_config))
14
    `uvm_error(get_type_name(), "bus config not found")
15
endfunction : build_phase

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.