URL
https://opencores.org/ocsvn/uart2bus_testbench/uart2bus_testbench/trunk
Subversion Repositories uart2bus_testbench
Compare Revisions
- This comparison shows the changes necessary to convert path
/uart2bus_testbench/trunk/tb/analysis
- from Rev 9 to Rev 10
- ↔ Reverse comparison
Rev 9 → Rev 10
/uart_scoreboard.svh
56,6 → 56,8
|
extern task run_phase (uvm_phase phase); |
|
extern function void extract_phase (uvm_phase phase); |
|
extern function void ack_checker (); |
endclass:uart_scoreboard |
|
248,10 → 250,15
end |
endcase |
end // else: !if(frm_drv._command inside {invalid_read,invalid_write}) |
uvm_resource_db#(int)::write_by_name("Reporting","matched_packets",match); |
|
end |
endtask:run_phase |
|
function void uart_scoreboard::extract_phase(uvm_phase phase); |
uvm_resource_db#(int)::write_by_name("Reporting","matched_packets",match); |
endfunction // extract_phase |
|
|
function void uart_scoreboard::ack_checker(); |
|
if(frm_drv._reqack == yes && frm_mon.acknowledge != 8'h5A) |