56 axi_scoreboard::new (
string name="axi_scoreboard", uvm_component
parent=null) {
64 super.build_phase(phase);
71 super.connect_phase(phase);
84 uvm_info(
"SCOREBOARD", $sformatf(
"%s", t.
convert2string()), UVM_HIGH)
89 uvm_info(
"SCOREBOARD",
95 uvm_info(
"SCOREBOARD",
string convert2string()
Convert item's variable into one printable string.
virtual void write(axi_seq_item t)
Updates counters.
uvm_component_utils(axi_scoreboard) new(string name
void connect_phase(uvm_phase phase)
currently does nothing
task run_phase(uvm_phase phase)
currently does nothing
contains all data and functions related to axi and usage
void build_phase(uvm_phase phase)
currently does nothing